tree-sitter-spl/queries/highlights.scm
2023-05-25 04:28:13 +02:00

15 lines
No EOL
198 B
Scheme

[
"construct" "namespace"
"func"
"def"
"with"
"while"
"if"
"catch"
"include" "in"
"use"
] @keyword
(number) @number
(string) @string
(call (call) @function (identifier) @property)