We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e75d8 commit 5714afeCopy full SHA for 5714afe
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