mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 17:50:05 +08:00
17 lines
405 B
Scheme
17 lines
405 B
Scheme
; highlights.scm
|
|
"import" @include
|
|
"package" @include
|
|
|
|
|
|
(reserved_keywords) @keyword
|
|
(comment) @comment
|
|
(rego_block rego_rule_name: (identifier) @function)
|
|
(builtin_function function_name: (function_name) @function.builtin)
|
|
(opening_parameter) @punctuation.bracket
|
|
(closing_parameter) @punctuation.bracket
|
|
(string_definition) @string
|
|
(number) @number
|
|
(operator) @operator
|
|
(true) @boolean
|
|
(false) @boolean
|