aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/cpp')
-rw-r--r--runtime/queries/cpp/highlights.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/queries/cpp/highlights.scm b/runtime/queries/cpp/highlights.scm
index 85ff2dc40..ac0315275 100644
--- a/runtime/queries/cpp/highlights.scm
+++ b/runtime/queries/cpp/highlights.scm
@@ -154,6 +154,11 @@
(field_expression
(field_identifier) @function.method.call))
+(call_expression
+ (field_expression
+ (template_method
+ (field_identifier) @function.method.call)))
+
; constructors
((function_declarator
(qualified_identifier