Skip to content

Commit

Permalink
Add .envrc.local and .envrc.private to env file-types (helix-editor#8988
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mmlb authored and evanrichter committed Dec 5, 2023
1 parent 682eb7b commit 1951859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 1951859

Please sign in to comment.