Hi. I just discovered Sublime Linter 3 and I’d like to build a linter for a custom language of my own. From the documentation I understand that I need to reference an external “binary” that would be executed alongside Sublime and handle all the language parsing logic. So my question is, what kind of “binary” is that? A native code app created with a compiled language such as c++? Or does it need to be a python program? Can it be an Jitted language like c#? And what is the API to make that “binary” interact with Sublime?
As you can see, I’m pretty mu h lost in this topic, so I apologise in advance for the basicness of the question.