Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LSP Renderer #32

Open
chrisjsewell opened this issue Feb 14, 2020 · 2 comments
Open

Add LSP Renderer #32

chrisjsewell opened this issue Feb 14, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@chrisjsewell
Copy link
Member

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 chrisjsewell added the enhancement New feature or request label Feb 14, 2020
@chrisjsewell chrisjsewell added this to the Beta Release milestone Feb 14, 2020
@jstac
Copy link
Member

jstac commented Feb 14, 2020

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

@mmcky
Copy link
Member

mmcky commented Jan 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants