mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
34 lines
374 B
Scheme
34 lines
374 B
Scheme
; Keywords
|
|
|
|
[
|
|
"msgctxt"
|
|
"msgid"
|
|
"msgid_plural"
|
|
"msgstr"
|
|
"msgstr_plural"
|
|
] @keyword
|
|
|
|
; Punctuation
|
|
|
|
[ "[" "]" ] @punctuation.bracket
|
|
|
|
; Literals
|
|
|
|
(string) @string
|
|
|
|
(escape_sequence) @string.escape
|
|
|
|
(number) @number
|
|
|
|
; Comments
|
|
|
|
(comment) @comment @spell
|
|
|
|
(comment (reference (text) @string.special.path))
|
|
|
|
(comment (flag (text) @preproc))
|
|
|
|
; Errors
|
|
|
|
(ERROR) @error
|