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.
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 callingFileTypeConsumer#consume(FileType, String)
fromAdaFileTypeFactory
multiple times for each file type with its different possible extensions.