MyST-Parser icon indicating copy to clipboard operation
MyST-Parser copied to clipboard

Add LSP Renderer

Open chrisjsewell opened this issue 5 years ago • 2 comments

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

chrisjsewell avatar Feb 14 '20 02:02 chrisjsewell

Would really love to have this --- plus vim bindings, if I can find someone to write them.

jstac avatar Feb 14 '20 02:02 jstac

@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.

mmcky avatar Jan 15 '24 04:01 mmcky