Is your feature request about something that is currently impossible or hard to do? Please describe the problem.
In Fennel 1.6 they added fnlm as an official file extension for macro files. Before that, it was all fnl. fnlm currently doesn't set the filetype to fennel when you open it.
Describe the solution you'd like
Treat fnlm the same fnl, since they're literally identical syntactically.
Describe alternatives you've considered
vim.filetype.add { extension = { fnlm = "fennel" } }
Additional context
Originally this issue was posted on Neovim's repo. I was told to post this issue here instead, and when the filetype is added in Vim, Neovim will pick it up.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #19047 as completed via 9c87af5.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()