tree-sitter-zanscript/queries/highlights.scm
2025-10-18 16:58:19 -05:00

67 lines
750 B
Scheme

; highlights.scm
[
"DEFINE"
"define"
"Define"
] @keyword.directive.define
[
"INCLUDE"
"include"
"Include"
] @keyword.import
[
"ACTION"
"action"
"Action"
"COMPLETE"
"complete"
"Complete"
] @keyword.function
[
"IF"
"if"
"If"
"ELSE"
"else"
"Else"
"ENDIF"
"endif"
"Endif"
] @keyword.conditional
[
"WHILE"
"while"
"While"
"ENDWHILE"
"endwhile"
"Endwhile"
] @keyword.repeat
[
"+"
"-"
"*"
"/"
"<"
">"
"="
] @operator
"," @punctuation.delimiter
[
"("
")"
] @punctuation.bracket
(comment) @comment
(variable) @variable
(match) @constant.macro
(identifier) @constant.macro
(number) @number
(string) @string