37 lines
410 B
Scheme
37 lines
410 B
Scheme
; General
|
|
(path) @string.special.path
|
|
|
|
(option) @variable.builtin
|
|
|
|
(command) @keyword
|
|
|
|
(include_directive
|
|
(command) @keyword.import)
|
|
|
|
(mode_name) @type.builtin
|
|
|
|
(key) @constant
|
|
|
|
(function) @function.call
|
|
|
|
(argument) @variable.parameter
|
|
|
|
; Comments
|
|
(comment) @comment @spell
|
|
|
|
; Literals
|
|
(int) @number
|
|
|
|
(float) @number.float
|
|
|
|
(string) @string
|
|
|
|
(bool) @boolean
|
|
|
|
[
|
|
"<"
|
|
">"
|
|
"["
|
|
"]"
|
|
] @punctuation.bracket
|