nfnl
nfnl copied to clipboard
Support .fnlm as a macro file marker instead of requiring the special header
I think the Fennel compiler itself supports this different extension in some way so it's worth adopting, even if we still support the old .fnl with a header comment style too for backwards compatibility.
For context, https://github.com/bakpakin/Fennel/commit/acbdc71b914bee26b40e93ee9dc73a0ba9b3e68a is the commit adding support for .fnlm files. It basically just adds .fnlm files to the default macro path.
Supported! You don't need the header comment if you name it .fnlm now and .fnlm is included in the search path by default. Let me know if you hit any issues.