Replies: 1 comment 16 replies
-
@lazkany Do you get any errors in the console when loading the monarch grammar? We could've accidentally generated an invalid grammar. |
Beta Was this translation helpful? Give feedback.
16 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have developed a small language with Languim. Everything works okay right now except for syntax highlighting on Monaco.
If I paste my monarch syntax on the Monarch editor online, it works. However, this is not the case when I run it on localhost.
Every other thing like validation, parsing, works fine. I guess I have a problem with my setup.js that I could not find so far.
My setup.js is below:
Thanks for the great work and efforts.
Beta Was this translation helpful? Give feedback.
All reactions