mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
42 lines
392 B
Scheme
42 lines
392 B
Scheme
[
|
|
(true)
|
|
(false)
|
|
] @constant.builtin
|
|
|
|
(null) @constant.builtin
|
|
|
|
[
|
|
(integer)
|
|
(float)
|
|
] @number
|
|
|
|
(struct_field
|
|
key: (_) @keyword)
|
|
|
|
(struct
|
|
name: (_) @type)
|
|
|
|
(tag) @function
|
|
|
|
[
|
|
(string)
|
|
(line_string)*
|
|
] @string
|
|
|
|
(comment) @comment
|
|
|
|
(escape_sequence) @string.escape
|
|
|
|
"," @punctuation.delimiter
|
|
|
|
[
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
"("
|
|
")"
|
|
] @punctuation.bracket
|
|
|
|
(top_comment) @comment
|