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

pull/9101/head
Manuel Mendez 7 months ago committed by GitHub
parent 8532cec01c
commit 9fcfb88132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save