Skip to content

Commit e225afe

Browse files
authored
Add syntax highlighting for .env files without extensions (microsoft#155298)
Add syntax highlighting for .env files without extensions. Fixes microsoft#154111
1 parent aeb4a69 commit e225afe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/ini/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
".editorconfig"
3838
],
3939
"filenames": [
40-
"gitconfig"
40+
"gitconfig",
41+
".env"
4142
],
4243
"filenamePatterns": [
4344
"**/.config/git/config",

0 commit comments

Comments
 (0)