helix/runtime
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
..
grammars Dynamically load grammar libraries at runtime 2021-07-14 10:00:05 +09:00
queries fix: Stop Rust highlighting path as local 2025-07-03 22:02:22 -05:00
themes Add "Dark Synthwave" theme (#13857) 2025-06-30 09:32:32 -05:00
tutor fix(tutor): replace unexisting and non existing with nonexistent 2025-05-24 10:29:46 -04:00