mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
highlights(c/cpp): move attributes to C (again)
Let's hope that this time the C tests pass, also for the built-in C parser.
This commit is contained in:
parent
36ee4890c4
commit
f9176e560c
2 changed files with 1 additions and 2 deletions
|
|
@ -188,6 +188,7 @@
|
||||||
"_unaligned"
|
"_unaligned"
|
||||||
"__unaligned"
|
"__unaligned"
|
||||||
"__declspec"
|
"__declspec"
|
||||||
|
(attribute_declaration)
|
||||||
] @attribute
|
] @attribute
|
||||||
|
|
||||||
(ERROR) @error
|
(ERROR) @error
|
||||||
|
|
|
||||||
|
|
@ -178,6 +178,4 @@
|
||||||
|
|
||||||
"::" @punctuation.delimiter
|
"::" @punctuation.delimiter
|
||||||
|
|
||||||
(attribute_declaration) @attribute
|
|
||||||
|
|
||||||
(literal_suffix) @operator
|
(literal_suffix) @operator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue