mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
19 lines
246 B
Scheme
19 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
|