Skip to content

vsalvino/vue3-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Vue.js syntax highlighting for Emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors