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
Don't think this can be fixed easily. vscode uses a different language grammar (textmate) with vue lsp. codemirror has his own lang with different tokens.
Switching from codemirror to shiki couldn’t be that simple. I always have used it for static code. Is it possible to use it as a wysiwyg?
Another option would be integrate it in codemirror replacing the current syntax highlighter but I think it may take a lot of time 😅 and there could be performance issues
Which @codeimage/* package(s) are the source of the bug?
codeimage, ui
Please provide a screenshot or a video to a minimal reproduction of the bug
No response
Description
Here's my vue code in VSCode:
This is how it looks in codeimage:
Which browsers have you used?
Which operating systems have you used?
The text was updated successfully, but these errors were encountered: