Skip to content

Commit

Permalink
Add support for .env.default and .env.defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
zaynali53 committed Oct 18, 2020
1 parent a1c9176 commit 58201ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions DotENV.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: DotENV
scopeName: source.env
fileTypes: [
".env",
".envrc",
".env.dist",
".env.local",
".env.sample",
Expand All @@ -19,8 +18,11 @@ fileTypes: [
".env.production",
".env.production.local",
".env.dusk.local",
".env.staging",
".env.default",
".env.defaults",
".envrc",
".flaskenv",
".env.staging"
]
uuid: 09d4e117-0975-453d-a74b-c2e525473f97

Expand Down
6 changes: 4 additions & 2 deletions DotENV.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<key>fileTypes</key>
<array>
<string>.env</string>
<string>.envrc</string>
<string>.env.dist</string>
<string>.env.local</string>
<string>.env.sample</string>
Expand All @@ -20,8 +19,11 @@
<string>.env.production</string>
<string>.env.production.local</string>
<string>.env.dusk.local</string>
<string>.flaskenv</string>
<string>.env.staging</string>
<string>.env.default</string>
<string>.env.defaults</string>
<string>.envrc</string>
<string>.flaskenv</string>
</array>
<key>name</key>
<string>DotENV</string>
Expand Down

0 comments on commit 58201ba

Please sign in to comment.