mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-28 00:40:07 +08:00
38 lines
570 B
Scheme
38 lines
570 B
Scheme
|
(comment) @comment
|
||
|
|
||
|
(null) @constant.builtin
|
||
|
[ (true) (false) ] @boolean
|
||
|
(number) @number
|
||
|
(unit) @keyword
|
||
|
(string) @string
|
||
|
(multiline_string) @string
|
||
|
(string (escape_sequence) @string.escape)
|
||
|
(unquoted_string) @string
|
||
|
|
||
|
[ "url"
|
||
|
"file"
|
||
|
"classpath"
|
||
|
"required"
|
||
|
] @keyword
|
||
|
|
||
|
(include "include" @include)
|
||
|
|
||
|
(substitution ["${" "${?" "}"] @punctuation.special)
|
||
|
(substitution (_) @field)
|
||
|
|
||
|
(path (_) @field)
|
||
|
(value [":" "=" "+=" ] @operator)
|
||
|
|
||
|
[
|
||
|
"("
|
||
|
")"
|
||
|
"["
|
||
|
"]"
|
||
|
"{"
|
||
|
"}"
|
||
|
] @punctuation.bracket
|
||
|
|
||
|
[ "," ] @punctuation.delimiter
|
||
|
(unquoted_path "." @punctuation.delimiter)
|
||
|
|