mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-27 12:10:06 +08:00
22 lines
183 B
Scheme
Vendored
22 lines
183 B
Scheme
Vendored
; inherits: html_tags
|
|
|
|
(raw_text_expr) @none
|
|
|
|
[
|
|
(special_block_keyword)
|
|
(then)
|
|
(as)
|
|
] @keyword
|
|
|
|
[
|
|
"{"
|
|
"}"
|
|
] @punctuation.bracket
|
|
|
|
[
|
|
"#"
|
|
":"
|
|
"/"
|
|
"@"
|
|
] @tag.delimiter
|