In Symfony it is possible to have a .env.local.php file to override other .env files and to leverage PHP's opcache.
Now this file is also parsed and highlighted as .env syntax instead of PHP syntax. It would be great if it could be excluded. And it would be awesome if the plugin would not consider the file to be .env syntax (but PHP), but if it would register the defined variables and values (e.g. for usage search and key checking).
In Symfony it is possible to have a
.env.local.php
file to override other .env files and to leverage PHP's opcache.Now this file is also parsed and highlighted as .env syntax instead of PHP syntax. It would be great if it could be excluded. And it would be awesome if the plugin would not consider the file to be .env syntax (but PHP), but if it would register the defined variables and values (e.g. for usage search and key checking).