mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
20 lines
246 B
Scheme
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
|