diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-09-17 01:01:28 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-09-17 22:03:47 +0200 |
| commit | 440d666b6862d10c7af54340b470be960cecb516 (patch) | |
| tree | b4ffc2d5f8dd18144cb01829a444f4db6948e881 /queries/c | |
| parent | 8b8c434290dac0b9277ef6782f1def1f557e5926 (diff) | |
test
Diffstat (limited to 'queries/c')
| -rw-r--r-- | queries/c/highlights.scm | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/queries/c/highlights.scm b/queries/c/highlights.scm index 5570ee5a..bee8fc55 100644 --- a/queries/c/highlights.scm +++ b/queries/c/highlights.scm @@ -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 |
