mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlight(lua): highlight local functions
This commit is contained in:
parent
ee5e88dca2
commit
7cff1aabaa
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@
|
|||
|
||||
;; Nodes
|
||||
(function "function" @function "end" @function)
|
||||
(local_function "function" @function "end" @function)
|
||||
(table "{" @operator "}" @operator)
|
||||
(comment) @comment
|
||||
(string) @string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue