Add .envrc.local and .envrc.private to env file-types (#8988)

This commit is contained in:
Manuel Mendez 2023-12-04 20:45:41 -05:00 committed by GitHub
parent 8532cec01c
commit 9fcfb88132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" }