mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:40:05 +08:00
38 lines
570 B
Scheme
Vendored
38 lines
570 B
Scheme
Vendored
(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)
|
|
|