Files
nvim-treesitter/runtime/queries/forth/highlights.scm
2025-05-12 18:43:40 +02:00

20 lines
246 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