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:
Stephan Seitz 2022-07-27 22:50:25 +02:00 committed by Thomas Vigouroux
parent 36ee4890c4
commit f9176e560c
2 changed files with 1 additions and 2 deletions

View file

@ -188,6 +188,7 @@
"_unaligned"
"__unaligned"
"__declspec"
(attribute_declaration)
] @attribute
(ERROR) @error

View file

@ -178,6 +178,4 @@
"::" @punctuation.delimiter
(attribute_declaration) @attribute
(literal_suffix) @operator