mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -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"
|
||||
"__declspec"
|
||||
(attribute_declaration)
|
||||
] @attribute
|
||||
|
||||
(ERROR) @error
|
||||
|
|
|
|||
|
|
@ -178,6 +178,4 @@
|
|||
|
||||
"::" @punctuation.delimiter
|
||||
|
||||
(attribute_declaration) @attribute
|
||||
|
||||
(literal_suffix) @operator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue