From c48b37a3c9cb8baedcb667c8c5f22b62185c8916 Mon Sep 17 00:00:00 2001 From: Jaehwang Jung Date: Fri, 6 Jun 2025 19:36:48 +0900 Subject: [PATCH] feat(cpp): highlight template method call --- runtime/queries/cpp/highlights.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/runtime/queries/cpp/highlights.scm b/runtime/queries/cpp/highlights.scm index 85ff2dc4..ac031527 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