Skip to content

Commit

Permalink
Add .flaskenv support
Browse files Browse the repository at this point in the history
  • Loading branch information
zaynali53 committed Jun 12, 2019
1 parent f6cad11 commit 249efe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DotENV.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ fileTypes: [
".env.prod",
".env.production",
".env.production.local",
".env.dusk.local"
".env.dusk.local",
".flaskenv"
]
uuid: 09d4e117-0975-453d-a74b-c2e525473f97

Expand Down
1 change: 1 addition & 0 deletions DotENV.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<string>.env.production</string>
<string>.env.production.local</string>
<string>.env.dusk.local</string>
<string>.flaskenv</string>
</array>
<key>name</key>
<string>DotENV</string>
Expand Down

0 comments on commit 249efe1

Please sign in to comment.