We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaffe8 commit 8fa6859Copy full SHA for 8fa6859
queries/cpp/highlights.scm
@@ -54,7 +54,7 @@
54
(namespace_identifier) @namespace
55
56
((namespace_identifier) @type
57
- (#lua-match? @type "^[A-Z]"))
+ (.match? @type "^[A-Za-z]"))
58
59
(using_declaration . "using" . "namespace" . [(qualified_identifier) (identifier)] @namespace)
60
0 commit comments