I think most people never even heard of Nova, but it looks cool.
It utilizes LSP, so it seems what you have to do if you want to port it yourself is to package the ReScript language server plus some glue code into a Nova extension.
As of now, the ReScript language server is not yet published to npm, but it will be soonish. Then it should be relatively straightforward to support all kinds of editors that adhere to the language server protocol specification.
I am not surprising, Nova is only 2 years old and it’s a small company compared to Microsoft with VSC.
I’ll wait for the ReScript language server to be release then!
But I guess even if I want to port this by my self, I’ll have to be have strong knowledge about ReScript and the language it self to know exactly what I am doing, is that right ?
This editor has also caught my attention, wonder how much work it’d be to get basic syntax highlighting and a format on save going, @Ponylawl did you get anywhere when looking at the extension?