AdaCore / Ada-IntelliJ

Support for Ada and SPARK languages in IntelliJ IDEA
Apache License 2.0
21 stars 8 forks source link

Support other common file extensions #61

Open raja-s opened 5 years ago

raja-s commented 5 years ago

The plugin currently recognizes only .ads and .adb files. We should register other commonly used file extensions to support different naming schemes. This should be done by calling FileTypeConsumer#consume(FileType, String) from AdaFileTypeFactory multiple times for each file type with its different possible extensions.