ZIm/crates/languages/src/go
Robert Fratto 2566acc2e7
go: Support benchmarks named "Benchmark" (#35167)
The regular expression for benchmarks was enforcing using a suffix
(e.g., `BenchmarkFoo`), but `Benchmark` is a valid benchmark name, just
as `Test` is a valid test name, and `Fuzz` is a valid fuzz test name.

Release Notes:

- Add support for running Go benchmarks named "Benchmark"
2025-07-28 10:40:46 +00:00
..
brackets.scm vim: Update anyquotes and anybrackets to behave like mini.ai plugin (#24167) 2025-02-17 14:55:48 -07:00
config.toml language: Update block_comment and documentation comment (#34861) 2025-07-23 20:38:52 +05:30
debugger.scm debugger: Generate inline values based on debugger.scm file (#33081) 2025-06-24 18:24:43 +00:00
embedding.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
highlights.scm Improve Go syntax highlighting (#25327) 2025-02-21 11:32:14 -05:00
indents.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
injections.scm Use standard injection.language and injection.content captures (#22268) 2025-01-07 18:17:49 +00:00
outline.scm Adjust Go outline query for method definition to avoid pesky whitespace (#33971) 2025-07-07 09:51:30 -04:00
overrides.scm Add inclusive range scope overrides. Don't auto-close quotes at the ends of line comments (#20206) 2024-11-04 15:36:39 -08:00
runnables.scm go: Support benchmarks named "Benchmark" (#35167) 2025-07-28 10:40:46 +00:00
textobjects.scm Add textobjects queries (#20924) 2024-12-03 10:37:01 -07:00