feat(cpp): highlight template method call

This commit is contained in:
Jaehwang Jung
2025-06-06 19:36:48 +09:00
committed by Christian Clason
parent faf63903ff
commit c48b37a3c9

View File

@@ -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