mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
19 lines
253 B
Scheme
19 lines
253 B
Scheme
|
(env_variable (quoted_string)) @string
|
||
|
(env_variable (unquoted_string)) @string
|
||
|
|
||
|
(env_key) @keyword
|
||
|
|
||
|
((variable) @keyword
|
||
|
(#match? @keyword "^([A-Z][A-Z_0-9]*)$"))
|
||
|
|
||
|
[
|
||
|
"{"
|
||
|
"}"
|
||
|
] @punctuation.bracket
|
||
|
|
||
|
[
|
||
|
"$"
|
||
|
"="
|
||
|
] @operator
|
||
|
|
||
|
(comment) @comment
|