nvim-treesitter/queries/forth/highlights.scm
2023-09-12 17:34:58 +02:00

21 lines
262 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 @spell
(ERROR) @error