Update builtin function highlighting

This commit is contained in:
Ella Dunbar 2025-10-18 16:58:19 -05:00
parent 1a002fb23b
commit ba71fbc84b
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)