This commit is contained in:
Stephan Seitz 2021-09-17 01:01:28 +02:00
parent 8b8c434290
commit 440d666b68
2 changed files with 7 additions and 7 deletions

View file

@ -127,11 +127,11 @@
(statement_identifier) @label
[
(type_identifier)
(primitive_type)
(sized_type_specifier)
(type_descriptor)
] @type
(type_identifier)
(primitive_type)
(sized_type_specifier)
(type_descriptor)
] @type
(declaration (type_qualifier) @type)
(cast_expression type: (type_descriptor) @type)
@ -170,6 +170,4 @@
(preproc_params
(identifier)) @parameter
(attribute_declaration) @attribute
(ERROR) @error

View file

@ -153,3 +153,5 @@
] @keyword.operator
"::" @operator
(attribute_declaration) @attribute