Feature request
With the current file naming convention, the extension of the file phpstan.neon.dist is .dist, which causes IDEs such as PHPStorm to not recognize it as a .neon file, even with the Neon plugin installed.
If, however, the file was phpstan.dist.neon, the extension would be .neon and IDEs would pick it up as a Neon file.
This feature request is to allow support for a file named phpstan.dist.neon for distributed phpstan configurations.
Thanks