mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
Add @error highlight to c/highlights.scm
This commit is contained in:
parent
167ce6339f
commit
b95e0af73b
1 changed files with 2 additions and 0 deletions
|
|
@ -78,3 +78,5 @@
|
||||||
(match? @constant "^[A-Z][A-Z\\d_]+$"))
|
(match? @constant "^[A-Z][A-Z\\d_]+$"))
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
|
(ERROR) @error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue