You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you so much for the work on this project! I haven't been able to get any other solutions working for TextMate grammars besides this library.
I'm running into a weird issue that I was able to trace to the 0.30.0 of monaco-editor. Moving between both of the versions will produce the following inconsistencies when highlighting identifiers in certain cases:
Before 0.29.1
After 0.30.0
I'm not entirely sure how all of the highlighting is working and wish I could provide more information. It's not clear either why things started breaking between those two versions as the changes seem unrelated.
This repo showcases the issue in a previous commit here. I've fixed the version (managed by @monaco-editor/loader) to get around the issue for now.
The text was updated successfully, but these errors were encountered:
Hi Travis, I wish I could help you, but I have been out of touch with this library (and other sibling libraries that I have) for 4 years now. I'm happy to approve any pull request and re-publish it on NPM if you're willing to take this on. Cheers.
No worries, totally understand. I appreciate the response! I've been actively trying to find a solution and will post a PR if I can come up with anything.
First, thank you so much for the work on this project! I haven't been able to get any other solutions working for TextMate grammars besides this library.
I'm running into a weird issue that I was able to trace to the 0.30.0 of monaco-editor. Moving between both of the versions will produce the following inconsistencies when highlighting identifiers in certain cases:
Before 0.29.1
After 0.30.0
I'm not entirely sure how all of the highlighting is working and wish I could provide more information. It's not clear either why things started breaking between those two versions as the changes seem unrelated.
This repo showcases the issue in a previous commit here. I've fixed the version (managed by @monaco-editor/loader) to get around the issue for now.
The text was updated successfully, but these errors were encountered: