forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
253 B
Scheme
19 lines
253 B
Scheme
2 years ago
|
(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
|