-
Notifications
You must be signed in to change notification settings - Fork 18
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
Server side syntax highlighting #135
Comments
@slrtbtfs Can you please explain this in detail? |
@drumilpatel2000 I guess he means there is way to do syntax highlighting with LSP |
I would like to take this up if you don't mind @drumilpatel2000 :( |
At the moment this is more of a vague idea than a solid plan. However, implementing this would be quite involved and would require a lot of prior research and a proposal explaining how it is planned to be done. Things this would likely include:
|
It looks like the TypeScript language server now supports syntax highlighting. I guess this increases the chance of having semantic highlighting as a part of the next protocol version. |
Depends on microsoft/language-server-protocol#18 |
There is a new LSP protocol extension for syntax highlighting provided by the language server.
A implementation for this would be nice to have.
The text was updated successfully, but these errors were encountered: