mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
fix: mark simple function calls
This commit is contained in:
parent
a7e6141cdd
commit
9ffd7f1858
1 changed files with 3 additions and 0 deletions
|
|
@ -132,3 +132,6 @@
|
||||||
|
|
||||||
(class_decl
|
(class_decl
|
||||||
name: (identifier) @type)
|
name: (identifier) @type)
|
||||||
|
|
||||||
|
(invocation
|
||||||
|
(identifier) @function.call)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue