highlight(lua): highlight local functions

This commit is contained in:
Thomas Vigouroux 2020-04-23 10:28:26 +02:00
parent ee5e88dca2
commit 7cff1aabaa

View file

@ -50,6 +50,7 @@
;; Nodes
(function "function" @function "end" @function)
(local_function "function" @function "end" @function)
(table "{" @operator "}" @operator)
(comment) @comment
(string) @string