helix/runtime/queries/rust
Michael Davis b8bfc44e42
queries: Improve Rust const generic and '_' type highlighting
You may pass constants as type arguments the const generics feature.
This is used in spellbook for example as a poor man's enum, for example
`self.strip_suffix_only::<FULL_WORD>(word, hidden_homonym)`. With this
change that `FULL_WORD` part is highlighted as a constant instead of
a type.

This change also highlight the underscore in type placeholders - this
is similar to the highlighting done for bindings in Elixir or Erlang
for example. In `Vec<_>` the underscore is highlighted the same as a
comment.
2025-02-02 19:28:01 -05:00
..
highlights.scm queries: Improve Rust const generic and '_' type highlighting 2025-02-02 19:28:01 -05:00
indents.scm Improve C, Rust & Python indent queries & add @align captures. 2023-08-11 23:44:02 +09:00
injections.scm slint: Update treesitter parser and queries (#9551) 2024-02-07 19:36:29 +01:00
locals.scm add highlight scope for type parameters (#8660) 2023-11-03 22:21:01 +01:00
textobjects.scm Add textobject for entries/elements of list-like things (#8150) 2024-03-31 11:53:15 -05:00