MyST-Parser
MyST-Parser copied to clipboard
Add LSP Renderer
It should be possible (probably with some more patches to mistletoe), to have a renderer that just walks through the AST and builds up a database that a Language Server Protocol server can use, containing e.g.
- syntax elements to text ranges (start/end line/character)
- syntax linting
Would really love to have this --- plus vim bindings, if I can find someone to write them.
@chrisjsewell is there a way I could help push this forward? Just exploring integrating the LSP with neovim
. A bunch of community users are telling me that they don't want to work on MyST
documents b/c they can't get syntax highlighter support. It would amazing if we can get this working.