feat(cpp): highlight template method call

This commit is contained in:
Jaehwang Jung 2025-06-06 19:36:48 +09:00
parent 27d0bef81e
commit 1c05dc8575

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