aboutsummaryrefslogtreecommitdiffstats
path: root/queries/cpp/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/cpp/highlights.scm')
-rw-r--r--queries/cpp/highlights.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/cpp/highlights.scm b/queries/cpp/highlights.scm
index cb8f9c3f3..883c26faa 100644
--- a/queries/cpp/highlights.scm
+++ b/queries/cpp/highlights.scm
@@ -16,8 +16,8 @@
declarator: (_) @variable.parameter)
;(field_expression) @variable.parameter ;; How to highlight this?
-(((field_expression
- (field_identifier) @function.method)) @_parent
+((field_expression
+ (field_identifier) @function.method) @_parent
(#has-parent? @_parent template_method function_declarator))
(field_declaration