mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
14 lines
293 B
Scheme
14 lines
293 B
Scheme
(type) @type
|
|
(statement) @keyword.operator
|
|
(number) @number
|
|
(comment) @comment
|
|
(string) @string
|
|
(label) @label
|
|
(keyword) @keyword
|
|
"ret" @keyword.return
|
|
(boolean) @boolean
|
|
(float) @float
|
|
(constant) @constant
|
|
(identifier) @variable
|
|
(symbol) @punctuation.delimiter
|
|
(bracket) @punctuation.bracket
|