mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat(make): give targets the function highlight
This commit is contained in:
parent
10432e6b0f
commit
fb101ed49d
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@
|
|||
] @conditional)
|
||||
"endif" @conditional)
|
||||
|
||||
(rule (targets (word) @function))
|
||||
|
||||
(rule (targets
|
||||
(word) @function.builtin
|
||||
(#any-of? @function.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue