mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(cpp): highlight template method call
This commit is contained in:
parent
faf63903ff
commit
c48b37a3c9
1 changed files with 5 additions and 0 deletions
|
|
@ -154,6 +154,11 @@
|
||||||
(field_expression
|
(field_expression
|
||||||
(field_identifier) @function.method.call))
|
(field_identifier) @function.method.call))
|
||||||
|
|
||||||
|
(call_expression
|
||||||
|
(field_expression
|
||||||
|
(template_method
|
||||||
|
(field_identifier) @function.method.call)))
|
||||||
|
|
||||||
; constructors
|
; constructors
|
||||||
((function_declarator
|
((function_declarator
|
||||||
(qualified_identifier
|
(qualified_identifier
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue