Closed siguycmo closed 4 years ago
Hi. Please check #34
I have checked that, I have the file types as: Not sure what the actual solution is from that other ticket though?
I have the same config and my PhpStorm processes these files .env.$env
or .env.$env.local
correctly. Seems, some time ago you opened this file and marked it as text.. or ini... Check this file types and remove these patterns from there...
Hi, thanks. My filename was .env.site.prod
looks like it doesnt support that format so have changed it to .env.site-prod
and that works. Thanks!
FYI this issue appears to be affecting IntelliJ for some reason.
Currently only
.env
files seem to have syntax highlighting, could/should this also apply to override files following the format of.env.*
as per the Symfony Dotenv Component (using PHPStorm)?