-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 - Vue Support #424
Comments
This may take a while since CodeMirror 6 doesn't have vue language as is core, but there is already an integration for cm5 I need to do some investigation in order to understand what's needed to mix languages and add some vue rules to the current parser 😄 |
Hey @kupoback, i'm not a vue user ..is this highlight ok? I tried to add both tsx and html language while using .vue extension |
Yeah, this looks great! I was going to suggest taking a look at the Examples documentation on Vue to see what could be combined, but using HTML/CSS and TypeScript should be just fine! |
Perfect, it seems the same I think 😄 I've opened a pr #429 with that demo https://codeimage-app-pr-429.vercel.app/ This will be deployed tomorrow I think |
Looks good to me! Great work! |
Which @codeimage/* package(s) are relevant/releated to the feature request?
Editor Language
Description
Would love it if you could get Vue syntax support. You have the icon for it, but the Language Editor defaults to "Typescript", which isn't always the syntax case for Vue.
The text was updated successfully, but these errors were encountered: