Update builtin function highlighting

This commit is contained in:
Evan Dunbar 2024-09-26 09:24:18 -05:00
parent c699ee5fb4
commit eec8ac1dab
5 changed files with 30 additions and 15 deletions

View file

@ -62,7 +62,8 @@
(comment) @comment
(variable) @variable
(match) @constant.macro
(identifier) @constant.macro
(identifier) @constant
(number) @number
(string) @string
(function name: (identifier) @function)
(function name: (identifier) @function.call)
(action name: (identifier) @function)