[Vue] Removed since web-mode workes just as well (perhaps even better)

This commit is contained in:
Marcel Kapfer 2022-02-12 22:54:36 +01:00
parent 0091dd84f0
commit b4c15210ac
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 0 additions and 11 deletions

View File

@ -1560,17 +1560,6 @@ Source: [[https://github.com/fxbois/web-mode][GitHub: fxbois/web-mode]]
("\\.blade\\.php\\'" . web-mode)))
#+end_src
** Vue Mode
Emacs major mode for vue.js
Source: [[https://github.com/AdamNiederer/vue-mode][GitHub: AdamNiederer/vue-mode]]
#+begin_src emacs-lisp
(use-package vue-mode
:mode "\\.vue\\'")
#+end_src
** TypoScript
TypoScript major mode for Emacs.