JetBrains / idea-php-dotenv-plugin

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

Prevent parsing of .env.js #27

Closed gorbunov closed 6 years ago

gorbunov commented 6 years ago

.env.js (.env.example.js, etc) files are parsed and colored by plugin instead of javascript.

2018-09-03 9 16 48

adelf commented 6 years ago

Is it a usual names for javascript files? Why are they prefixed by dot? some library? standard?