Skip to content
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 language support #240

Merged
merged 3 commits into from
Jul 14, 2024
Merged

Vue language support #240

merged 3 commits into from
Jul 14, 2024

Conversation

jongwoo328
Copy link
Contributor

This PR adds support for Vue language, using @codemirror/lang-vue

It seems that works fine with Vue's <template> and <script> tags. But for <style> tag, lang-vue package does not highlight with css preprocessors(when using lang attributes in style tag) properly. (See the image below).
If you're okay with the current state of Vue language support, please review the PR.

image

@heyman
Copy link
Owner

heyman commented Jul 14, 2024

Looks good! Thanks!

@heyman heyman merged commit 6ec20ee into heyman:main Jul 14, 2024
1 check passed
@jongwoo328 jongwoo328 deleted the add_vue branch July 14, 2024 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants