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

pull/5/head
LeoniePhiline 1 year ago committed by GitHub
parent 1373ae07bc
commit 4c85f4d151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save