diff options
Diffstat (limited to 'queries/c/highlights.scm')
| -rw-r--r-- | queries/c/highlights.scm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/queries/c/highlights.scm b/queries/c/highlights.scm index c901b96f3..170937c8f 100644 --- a/queries/c/highlights.scm +++ b/queries/c/highlights.scm @@ -7,16 +7,19 @@ [ "default" - "enum" - "struct" - "typedef" - "union" "goto" "asm" "__asm__" ] @keyword [ + "enum" + "struct" + "union" + "typedef" +] @keyword.type + +[ "sizeof" "offsetof" ] @keyword.operator |
