queries: Remove (ERROR) from all highlights

We do not highlight `(ERROR)` nodes since the highlighting is quite
noisy while typing. Also see todo comments in `syntax.rs` - we could
introduce configuration in the future to prepend `(ERROR)` to a
language's highlights query.
This commit is contained in:
Michael Davis 2025-02-04 09:23:03 -05:00
parent ee33a84489
commit 16ff06370f
No known key found for this signature in database
26 changed files with 0 additions and 58 deletions

View file

@ -307,5 +307,3 @@
"("
")"
] @punctuation.bracket
(ERROR) @error