mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
feat(cpp): highlight template method call
This commit is contained in:
committed by
Christian Clason
parent
faf63903ff
commit
c48b37a3c9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user