/vue3-mode

Vue.js syntax highlighting for Emacs

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

vue3-mode.el

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.

image

Customizing

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)