mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 15:19:55 -06:00
Update builtin function highlighting
This commit is contained in:
parent
c699ee5fb4
commit
eec8ac1dab
5 changed files with 30 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue