aboutsummaryrefslogtreecommitdiffstats
path: root/queries/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'queries/cpp')
-rw-r--r--queries/cpp/highlights.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/queries/cpp/highlights.scm b/queries/cpp/highlights.scm
index 9136fcd79..981924259 100644
--- a/queries/cpp/highlights.scm
+++ b/queries/cpp/highlights.scm
@@ -32,10 +32,6 @@
name: (identifier) @function))
-((identifier) @type
- (#match? @type "^[A-Z].*[a-z]")
- (#not-has-parent? @type function_declarator))
-
(namespace_identifier) @namespace
((namespace_identifier) @type
(#match? @type "^[A-Z]"))