nvim-treesitter/runtime/queries/forth/highlights.scm
2023-09-09 16:16:51 +02:00

21 lines
255 B
Scheme

(core) @function
(operator) @operator
(word) @variable
((word) @constant
(#lua-match? @constant "^[A-Z_]+$"))
(number) @number
(string) @string
[
(start_definition)
(end_definition)
] @punctuation.delimiter
(comment) @comment
(ERROR) @error