Replies: 1 comment
-
I don't think |
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
-
So I am making a project that uses the monaco editor as its base text editor. If editor language is json, but for one of the fields, the value is html, I am wondering if it is possible to have syntax highlighting for the html aspect? I have tried to use monaco.languages.registerEmbeddedLanguages but it is not working.
Beta Was this translation helpful? Give feedback.
All reactions