mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
48 lines
423 B
Scheme
48 lines
423 B
Scheme
(struct_field
|
|
key: (_) @keyword)
|
|
|
|
(tag_name) @function
|
|
|
|
[
|
|
"unknown"
|
|
"any"
|
|
"struct"
|
|
"root"
|
|
"enum"
|
|
"null"
|
|
] @keyword
|
|
|
|
(string) @string
|
|
|
|
(number) @number
|
|
|
|
[
|
|
"true"
|
|
"false"
|
|
] @boolean
|
|
|
|
(identifier) @type
|
|
|
|
"?" @type
|
|
|
|
[
|
|
"bool"
|
|
"bytes"
|
|
"int"
|
|
"float"
|
|
] @constant.builtin
|
|
|
|
(doc_comment) @comment.documentation
|
|
|
|
[
|
|
","
|
|
":"
|
|
"|"
|
|
] @punctuation.delimiter
|
|
|
|
[
|
|
"["
|
|
"]"
|
|
"{"
|
|
"}"
|
|
] @punctuation.bracket
|