mirror of https://github.com/helix-editor/helix
Modify env language to extend bash (#5720)
Additionally, add `.envrc` to the `env`-supported file types.pull/5742/head
parent
8b25f44f05
commit
447909e4d0
@ -1,19 +1 @@
|
||||
(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
|
||||
; inherits: bash
|
Loading…
Reference in New Issue