diff options
author | Sam McCall | 2022-10-15 01:05:39 +0000 |
---|---|---|
committer | GitHub | 2022-10-15 01:05:39 +0000 |
commit | a3ed9169df8d0a56ab4f698d2c90e7e6b4404633 (patch) | |
tree | 0f2b0008c1fd248abe7d79dae19f83d92b73be9f /runtime/queries/c | |
parent | 45e038f4d5be367388b451a5d182b5643c04621d (diff) |
c/c++ highlights: *& are @type or @operator based on context (#4278)
Diffstat (limited to 'runtime/queries/c')
-rw-r--r-- | runtime/queries/c/highlights.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/queries/c/highlights.scm b/runtime/queries/c/highlights.scm index c0f5763a..fe5dacaf 100644 --- a/runtime/queries/c/highlights.scm +++ b/runtime/queries/c/highlights.scm @@ -51,6 +51,9 @@ (preproc_directive) ] @keyword.directive +(pointer_declarator "*" @type.builtin) +(abstract_pointer_declarator "*" @type.builtin) + [ "+" "-" |