-
Notifications
You must be signed in to change notification settings - Fork 57
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 markdown code block syntax highlight support #97
Conversation
Hey, thanks! Though is this the idiomatic way of doing it? It seems typescript's grammar repo doesn't have such thing? |
I rewrite the file from the vscode-reasonml repo, just some minor changes. |
@zth can we get semantic highlighting in markdown blocks as well? |
@fhammerschmidt I'm not sure. Does TS do it? |
I was looking for how vscode apply syntax highlighting in markdown. It doesn't use semantic highlighting just TexMate grammar. Here are supported languages. |
I'm thinking we should merge this as is. I agree that some highlighting is better than none. Ok with you @cristianoc ? Side note: There's more interesting things we can do eventually to better support md, like formatting code inside of ReScript md blocks. |
…ng from the language client. This just ensures that the server tells the client that sending codeLens requests is fine. Next we'll implement the actual functionality that resolves the code leneses.
…rinter towards printing function types for code lenses on one line
No description provided.