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

How does the LSP implements the Syntax Highlight? #40

Closed
Gl1TcH-1n-Th3-M4tR1x opened this issue Dec 19, 2016 · 1 comment
Closed

How does the LSP implements the Syntax Highlight? #40

Gl1TcH-1n-Th3-M4tR1x opened this issue Dec 19, 2016 · 1 comment
Labels

Comments

@Gl1TcH-1n-Th3-M4tR1x
Copy link

How does the LSP implements the Syntax Highlight? where are the Highlight rules defined? say you want to define : BEGIN as a keyword and you want the keywords to be RED.

Is there any document explaining how to create a LSP implementation for a new language?

@cdietrich
Copy link
Contributor

In LSP syntax highlighting is a client side thing so far. There is microsoft/language-server-protocol#124 to change this

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

No branches or pull requests

3 participants