10 lines
155 B
Scheme
10 lines
155 B
Scheme
(comment) @comment
|
|
|
|
; Literals {{{
|
|
(nil_literal) @constant.builtin
|
|
(integer_literal) @number
|
|
(string_literal) @string
|
|
; }}}
|
|
|
|
; vim: sw=2 foldmethod=marker
|