mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Add .envrc.local and .envrc.private to env file-types (#8988)
This commit is contained in:
parent
8532cec01c
commit
9fcfb88132
@ -2362,7 +2362,7 @@ source = { git = "https://github.com/hh9527/tree-sitter-wit", rev = "c917790ab9a
|
|||||||
[[language]]
|
[[language]]
|
||||||
name = "env"
|
name = "env"
|
||||||
scope = "source.env"
|
scope = "source.env"
|
||||||
file-types = [".env", ".env.local", ".env.development", ".env.production", ".env.dist", ".envrc"]
|
file-types = [".env", ".env.local", ".env.development", ".env.production", ".env.dist", ".envrc", ".envrc.local", ".envrc.private"]
|
||||||
injection-regex = "env"
|
injection-regex = "env"
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
indent = { tab-width = 4, unit = "\t" }
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
Loading…
Reference in New Issue
Block a user