helix/runtime/queries/rust
Caleb Larsen 8d660449c0 fix: Stop Rust highlighting path as local
See attached issue. I don't love the solution, but am not sure how else
to attack the problem. We want to match *almost* every `identifier` in
the scope. We don't want to match scoped identifiers, so the best I
could come up with (without restating large chunks of `highlights.scm`)
was to repeat the negative case. I think this could be another use case
for `#has-ancestor?`, (or `#not-has-ancestor?` technically), but unless
that gets added, I think this is the most straightforward solution.

Closes: #13194
2025-07-03 22:02:22 -05:00
..
highlights.scm fix: Rust now correctly highlights doc comments as @comment.{block,line}.documentation instead of @comment 2025-06-10 10:54:05 -04:00
indents.scm Improve C, Rust & Python indent queries & add @align captures. 2023-08-11 23:44:02 +09:00
injections.scm fix: Some Incorrect Rust highlights (#13657) 2025-05-31 09:43:19 -05:00
locals.scm fix: Stop Rust highlighting path as local 2025-07-03 22:02:22 -05:00
textobjects.scm Fix typos (#12690) 2025-02-02 18:58:29 -06:00