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