23 lines
314 B
Scheme
23 lines
314 B
Scheme
(keyword) @keyword
|
|
|
|
(dir_sep) @punctuation.delimiter
|
|
|
|
(glob) @punctuation.special
|
|
|
|
(linebreak) @escape
|
|
|
|
(char_sequence) @string.special
|
|
|
|
(char_sequence
|
|
[ "[" "]" ] @punctuation.bracket)
|
|
|
|
(char_sequence "!" @operator)
|
|
|
|
(char_range "-" @operator)
|
|
|
|
(escaped_char) @string.escape
|
|
|
|
(ERROR) @error
|
|
|
|
(comment) @comment
|