Add .envrc.local and .envrc.private to env file-types (#8988)
This commit is contained in:
parent
8532cec01c
commit
9fcfb88132
1 changed files with 1 additions and 1 deletions
|
@ -2362,7 +2362,7 @@ source = { git = "https://github.com/hh9527/tree-sitter-wit", rev = "c917790ab9a
|
|||
[[language]]
|
||||
name = "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"
|
||||
comment-token = "#"
|
||||
indent = { tab-width = 4, unit = "\t" }
|
||||
|
|
Loading…
Add table
Reference in a new issue