1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-11 08:55:43 +08:00

25 lines
212 B
Scheme
Raw Normal View History

; Preproc
(command (identifier) @preproc)
; Keywords
(keyword) @keyword
; Literals
(number) @number
(float) @float
; Variables
[
(identifier)
(unit)
] @variable
; Comments
(comment) @comment @spell