mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 07:00:05 +08:00
55 lines
572 B
Scheme
55 lines
572 B
Scheme
|
;; Punctuation
|
||
|
|
||
|
[
|
||
|
"%["
|
||
|
"@["
|
||
|
"~["
|
||
|
"*["
|
||
|
"]"
|
||
|
"("
|
||
|
")"
|
||
|
] @punctuation.bracket
|
||
|
|
||
|
[":" ","] @punctuation.delimiter
|
||
|
|
||
|
(["\"" "'"] @punctuation.special @conceal
|
||
|
(#set! conceal ""))
|
||
|
|
||
|
["%" "?" "#"] @character.special
|
||
|
|
||
|
;; Entities
|
||
|
|
||
|
(intent) @namespace
|
||
|
|
||
|
(slot) @type
|
||
|
|
||
|
(variation) @type.qualifier
|
||
|
|
||
|
(alias) @property
|
||
|
|
||
|
(number) @number
|
||
|
|
||
|
(argument
|
||
|
key: (string) @label
|
||
|
value: (string) @string)
|
||
|
|
||
|
(escape) @string.escape
|
||
|
|
||
|
;; Import
|
||
|
|
||
|
"import" @include
|
||
|
|
||
|
(file) @string.special
|
||
|
|
||
|
;; Text
|
||
|
|
||
|
(word) @text @spell
|
||
|
|
||
|
;; Comment
|
||
|
|
||
|
(comment) @comment @spell
|
||
|
|
||
|
;; Error
|
||
|
|
||
|
(ERROR) @error
|