helix/runtime
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
..
grammars Dynamically load grammar libraries at runtime 2021-07-14 10:00:05 +09:00
queries queries: Improve Rust const generic and '_' type highlighting 2025-02-02 19:28:01 -05:00
themes Small refinements for modus themes (#12670) 2025-01-25 20:30:43 +09:00
tutor tutor: flips selections -> flips direction of selection (#12638) 2025-01-23 13:22:28 -06:00