mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 12:00:05 +08:00
25 lines
212 B
Scheme
Vendored
25 lines
212 B
Scheme
Vendored
; Preproc
|
|
|
|
(command (identifier) @preproc)
|
|
|
|
; Keywords
|
|
|
|
(keyword) @keyword
|
|
|
|
; Literals
|
|
|
|
(number) @number
|
|
|
|
(float) @float
|
|
|
|
; Variables
|
|
|
|
[
|
|
(identifier)
|
|
(unit)
|
|
] @variable
|
|
|
|
; Comments
|
|
|
|
(comment) @comment @spell
|