support files that end in ".env" not just files with that name
I get syntax colors and commenting in .env file but when I open dev.env it doesn't work.
Can you please add support for all files that end in ".env"?
@skewty Override the file type as DotEnv and it'll work. Right click on the file in the file list view and find "Override File Type" option in the menu and choose DotEnv as the new file type. Syntax highlighting will start working for this file.
Likewise, .env.local loses syntax highlighting too...
Standard file types, registered by plugin are here:
So, *.env files, and .env.* files should work. But sometimes, other plugins or users change this, and the .env plugin doesn't work. Please check your File Types settings and fix it.