You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/runtime/queries/rust
Michael Davis 78c944ebc3 rust: fix highlight corner-cases
* add punctuation highlights for commas as in function parameters
* remove stray `variable.parameter` highlight
    * I couldn't find any regressions from this and it fixes an
      edge case I ran into (but sadly did not record 😓)
* highlight `fn` as `keyword.function`
    * the theme docs have `fn` as an example so it seems fitting
2 years ago
..
highlights.scm rust: fix highlight corner-cases 2 years ago
indents.scm Indentation rework (#1562) 2 years ago
injections.scm add tree-sitter-regex (#1362) 3 years ago
locals.scm syntax: Add go & rust locals, improve tree-sitter error message 3 years ago
textobjects.scm add test textobjects queries for erlang,gleam,go,python,rust 2 years ago