mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 10:50:05 +08:00
31 lines
409 B
Scheme
Vendored
31 lines
409 B
Scheme
Vendored
; inherits: html_tags
|
|
|
|
(raw_text_expr) @none
|
|
|
|
[
|
|
(special_block_keyword)
|
|
(then)
|
|
(as)
|
|
] @keyword
|
|
|
|
((special_block_keyword) @keyword.coroutine
|
|
(#eq? @keyword.coroutine "await"))
|
|
|
|
((special_block_keyword) @exception
|
|
(#eq? @exception "catch"))
|
|
|
|
((special_block_keyword) @conditional
|
|
(#any-of? @conditional "if" "else"))
|
|
|
|
[
|
|
"{"
|
|
"}"
|
|
] @punctuation.bracket
|
|
|
|
[
|
|
"#"
|
|
":"
|
|
"/"
|
|
"@"
|
|
] @tag.delimiter
|