aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeoniePhiline2023-02-16 00:47:34 +0000
committerGitHub2023-02-16 00:47:34 +0000
commit4c85f4d151b8cf3f548d2c35ab6d2eaebe328283 (patch)
tree2677f6dd293be7671d2bafe9c8514e8ec1787a85
parent1373ae07bc06f4094de952591506931e125e90df (diff)
Add `.env.dist` to `source.env` language scope (#6003)
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index eaf73b41..b521cd12 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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" }