Add .env.dist to source.env language scope (#6003)

This commit is contained in:
LeoniePhiline 2023-02-16 01:47:34 +01:00 committed by GitHub
parent 1373ae07bc
commit 4c85f4d151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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