This patch adds an option to extend the list of watched extensions.
To extend the list add an option to your rebar.config like so:
{auto,
{extensions, [".alp", ".hterl"]}
}.
Marking this as WIP because I'm unsure about the option naming. Maybe it should be called "extra_extensions"? I also didn't find a precedent for using the config section "auto" so I'm not 100% sure about that either.
Initially I thought about allow overriding the extensions list completely but I since I believe the use case for that is small and the user experience would be worse, I decided against that.
This patch adds an option to extend the list of watched extensions.
To extend the list add an option to your rebar.config like so:
Marking this as WIP because I'm unsure about the option naming. Maybe it should be called "extra_extensions"? I also didn't find a precedent for using the config section "auto" so I'm not 100% sure about that either.
Initially I thought about allow overriding the extensions list completely but I since I believe the use case for that is small and the user experience would be worse, I decided against that.
Solves #17