-
Notifications
You must be signed in to change notification settings - Fork 273
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
Feature Request: Semantic syntax highlighting #383
Labels
Comments
Thanks. Good to see progress in this field. |
The eclipse java language server already has an implementation based on the protocol extension proposal. |
|
Fixed by #954 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to Sourcegraph, most langservers currently support semantic syntax highlighting.
I am hoping to get syntax highlighting from my ls in vim.
I know that there is an implementation for c++ with this plugin: https://github.com/JBakamovic/cxxd-vim/
I am hoping to see this as a feature for more/all languages.
Best of luck!
AJ
The text was updated successfully, but these errors were encountered: