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 (statement_identifier) @label
[ [
(type_identifier) (type_identifier)
(primitive_type) (primitive_type)
(sized_type_specifier) (sized_type_specifier)
(type_descriptor) (type_descriptor)
] @type ] @type
(declaration (type_qualifier) @type) (declaration (type_qualifier) @type)
(cast_expression type: (type_descriptor) @type) (cast_expression type: (type_descriptor) @type)
@ -170,6 +170,4 @@
(preproc_params (preproc_params
(identifier)) @parameter (identifier)) @parameter
(attribute_declaration) @attribute
(ERROR) @error (ERROR) @error

View file

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