For now, modules are only called on the extension list given in configuration file. It would be useful to have a token so module are called on all enabled extensions.
Example:
[module0]
extension=.cpp
[module1]
extension=.txt
[module2]
extension=ALL #so module2 is called both for .cpp and .txt
For now, modules are only called on the extension list given in configuration file. It would be useful to have a token so module are called on all enabled extensions.
Example: