How can I implement a system which has LSP and Syntax Highlighting that combines built-in language with a custom language #4955
Unanswered
ProgrammingWithYash
asked this question in
Q&A
Replies: 0 comments
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 want to write an editor which mixes html, css, js with my own custom language. Such as:
I was previously using CodeMirror 5 and it allows me to use an existing language mode like htmlmixed as base and add on top of it. Is there any way to do something similar in Monaco? Or do I need to write a complete highlighter and lsp from scratch that also incorporates html, css and js?
Beta Was this translation helpful? Give feedback.
All reactions