-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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
Reactions are currently unavailable