mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
41 lines
403 B
Scheme
41 lines
403 B
Scheme
; Comments
|
|
(comment) @comment @spell
|
|
|
|
; General
|
|
(uri) @string.special.url
|
|
|
|
(tag_name) @keyword
|
|
|
|
(attribute_name) @attribute
|
|
|
|
[
|
|
(dec)
|
|
(hex)
|
|
(resolution)
|
|
(range)
|
|
] @number
|
|
|
|
(float) @number.float
|
|
|
|
(string) @string
|
|
|
|
[
|
|
(enum)
|
|
(date_time_msec)
|
|
] @string.special
|
|
|
|
(title) @markup.heading
|
|
|
|
; Literals
|
|
[
|
|
"="
|
|
"x"
|
|
"@"
|
|
] @operator
|
|
|
|
[
|
|
":"
|
|
","
|
|
] @punctuation.delimiter
|
|
|
|
"#" @punctuation.special
|