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.
helix-plus/runtime/queries/env/highlights.scm

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