heyman / heynote

A dedicated scratchpad for developers
https://heynote.com
Other
3.76k stars 183 forks source link

Vue language support #240

Closed jongwoo328 closed 1 month ago

jongwoo328 commented 1 month ago

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 commented 1 month ago

Looks good! Thanks!