Add syntax highlighting for .env files without extensions (#155298)

Add syntax highlighting for .env files without extensions. Fixes #154111
This commit is contained in:
Martin Aeschlimann 2022-07-15 14:24:40 +02:00 committed by GitHub
parent aeb4a695fc
commit e225afee30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,8 @@
".editorconfig"
],
"filenames": [
"gitconfig"
"gitconfig",
".env"
],
"filenamePatterns": [
"**/.config/git/config",