mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
22 lines
255 B
Scheme
22 lines
255 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
|
||
|
|
|
||
|
|
(ERROR) @error
|