Skip to content

Commit

Permalink
Revert lua-match
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored and meain committed Aug 22, 2023
1 parent 5aaffe8 commit 8fa6859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries/cpp/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
(namespace_identifier) @namespace

((namespace_identifier) @type
(#lua-match? @type "^[A-Z]"))
(.match? @type "^[A-Za-z]"))

(using_declaration . "using" . "namespace" . [(qualified_identifier) (identifier)] @namespace)

Expand Down

0 comments on commit 8fa6859

Please sign in to comment.