adelf / idea-php-dotenv-plugin

environment parameters completion, based on .env file keys
MIT License
166 stars 13 forks source link

custom file name like .env-default #31

Closed liesislukas closed 5 years ago

liesislukas commented 5 years ago

I know this is not a standard name of env file but the project I work on uses such. Any way to get highlighting for custom env file?

it works great for .env file but no highlight for .env-default.

adelf commented 5 years ago

You can configure it here(Settings > Editor > File types):

liesislukas commented 5 years ago

exactly what I was looking for :) you could mention this on plugin description visible on IDE plugins view ;)