Replies: 1 comment
-
The LSP spec doesn't currently support running a server on a fragment of a document - all documents must be backed by files. Sometimes a language server will support handling multiple languages (for example an HTML language server might support JavaScript in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see that markdown files use correct syntax highlighting for code chunks by default, which I find great. E.g.
gets highlighted correctly. How does this work with language servers? I have a language server for R that works in .R files but I had to add the R language server manually for markdown files.
is there a better way to configure this?
Beta Was this translation helpful? Give feedback.
All reactions