Vue.js syntax highlighting for Emacs. Inspired by vue-mode with support for Vue 3 syntax, based on polymode which provides more accurate syntax highlighting and parsing.
Note: you should uninstall vue-mode if installing this package.
This mode does not have any customizations. However, polymode does have some behaviors that you may find annoying.
Remove the subtle background highlighting from polymode - add this to your init.el
(defvar poly-lock-allow-fontification nil)
(defvar poly-lock-allow-background-adjustment nil)