mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40: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
|
;; Nodes
|
||||||
(function "function" @function "end" @function)
|
(function "function" @function "end" @function)
|
||||||
|
(local_function "function" @function "end" @function)
|
||||||
(table "{" @operator "}" @operator)
|
(table "{" @operator "}" @operator)
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
(string) @string
|
(string) @string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue