We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d7a1e commit aff30dfCopy full SHA for aff30df
runtime/queries/c/highlights.scm
@@ -51,6 +51,9 @@
51
(preproc_directive)
52
] @keyword.directive
53
54
+(pointer_declarator "*" @type.builtin)
55
+(abstract_pointer_declarator "*" @type.builtin)
56
+
57
[
58
"+"
59
"-"
runtime/queries/cpp/highlights.scm
@@ -34,6 +34,10 @@
34
(auto) @type
35
"decltype" @type
36
37
+(ref_qualifier ["&" "&&"] @type.builtin)
38
+(reference_declarator ["&" "&&"] @type.builtin)
39
+(abstract_reference_declarator ["&" "&&"] @type.builtin)
40
41
; Constants
42
43
(this) @variable.builtin
0 commit comments