mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
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:
parent
ee33a84489
commit
16ff06370f
26 changed files with 0 additions and 58 deletions
|
@ -229,5 +229,3 @@
|
|||
|
||||
(class_definition name: (identifier) @type)
|
||||
(class_definition superclasses: (argument_list (identifier) @type))
|
||||
|
||||
(ERROR) @error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue