Since you already have the grammar ready as a .moon file, hopefully adding TreeSitter support won't be too much of a hassle. TreeSitter would allow you to immediately support many editors which already have TreeSitter parsers (like Vim, Emacs, VS Code) without having to manually update the plugins for each individually.
Since you already have the grammar ready as a .moon file, hopefully adding TreeSitter support won't be too much of a hassle. TreeSitter would allow you to immediately support many editors which already have TreeSitter parsers (like Vim, Emacs, VS Code) without having to manually update the plugins for each individually.