mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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)
|
] @conditional)
|
||||||
"endif" @conditional)
|
"endif" @conditional)
|
||||||
|
|
||||||
|
(rule (targets (word) @function))
|
||||||
|
|
||||||
(rule (targets
|
(rule (targets
|
||||||
(word) @function.builtin
|
(word) @function.builtin
|
||||||
(#any-of? @function.builtin
|
(#any-of? @function.builtin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue