First commit

This commit is contained in:
Ella Dunbar 2025-10-18 16:58:19 -05:00
commit 9392139a9c
47 changed files with 9107 additions and 0 deletions

67
queries/highlights.scm Normal file
View file

@ -0,0 +1,67 @@
; 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