Skip to content

Commit

Permalink
Add .env.dist to source.env language scope (helix-editor#6003)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoniePhiline authored and wes-adams committed Jul 3, 2023
1 parent 7e37803 commit b4c1ce7
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 @@ -2007,7 +2007,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", ".envrc"]
file-types = [".env", ".env.local", ".env.development", ".env.production", ".env.dist", ".envrc"]
injection-regex = "env"
comment-token = "#"
indent = { tab-width = 4, unit = "\t" }
Expand Down

0 comments on commit b4c1ce7

Please sign in to comment.