nfnl icon indicating copy to clipboard operation
nfnl copied to clipboard

Support .fnlm as a macro file marker instead of requiring the special header

Open Olical opened this issue 9 months ago • 1 comments

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.

Olical avatar Apr 12 '25 17:04 Olical

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.

folliehiyuki avatar Apr 14 '25 16:04 folliehiyuki

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.

Olical avatar Oct 18 '25 19:10 Olical