mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 09:30:06 +08:00
42 lines
342 B
Scheme
42 lines
342 B
Scheme
; Keywords
|
|
|
|
[
|
|
"eval"
|
|
"let"
|
|
] @keyword
|
|
|
|
; Function
|
|
|
|
(function) @function
|
|
|
|
; Method
|
|
|
|
(method) @method
|
|
|
|
; Parameter
|
|
|
|
(parameter) @parameter
|
|
|
|
; Variables
|
|
|
|
(identifier) @variable
|
|
|
|
; Operators
|
|
|
|
[
|
|
"\\"
|
|
"->"
|
|
"="
|
|
(step)
|
|
] @operator
|
|
|
|
; Punctuation
|
|
|
|
["(" ")"] @punctuation.bracket
|
|
|
|
":" @punctuation.delimiter
|
|
|
|
; Comments
|
|
|
|
(comment) @comment
|