10 lines
147 B
Scheme
10 lines
147 B
Scheme
; highlights.scm
|
|
|
|
(identifier) @string.special
|
|
(string_lit) @string
|
|
(numeric_lit) @number
|
|
(bool_lit) @boolean
|
|
(null_lit) @null
|
|
(comment) @comment
|
|
|