mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Add syntax highlighting for .env files without extensions (#155298)
Add syntax highlighting for .env files without extensions. Fixes #154111
This commit is contained in:
committed by
GitHub
parent
aeb4a695fc
commit
e225afee30
@@ -37,7 +37,8 @@
|
||||
".editorconfig"
|
||||
],
|
||||
"filenames": [
|
||||
"gitconfig"
|
||||
"gitconfig",
|
||||
".env"
|
||||
],
|
||||
"filenamePatterns": [
|
||||
"**/.config/git/config",
|
||||
|
||||
Reference in New Issue
Block a user