nvim-treesitter/runtime/queries/forth/highlights.scm

20 lines
246 B
Scheme
Raw Normal View History

2023-08-21 04:29:38 -04:00
(core) @function
(operator) @operator
(word) @variable
((word) @constant
(#lua-match? @constant "^[A-Z_]+$"))
(number) @number
(string) @string
[
(start_definition)
(end_definition)
] @punctuation.delimiter
2023-09-13 00:25:01 +09:00
(comment) @comment @spell