diff options
Diffstat (limited to 'oni-web.el')
| -rw-r--r-- | oni-web.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2025.0423.111145 +;; Version: 2025.0709.110108 ;; Package-Requires: (web-mode oni-flycheck prettier-js) ;; This program is free software; you can redistribute it and/or modify @@ -55,5 +55,8 @@ ;;;###autoload (add-to-list 'auto-mode-alist '("\\.blade\\.php\\'" . web-mode)) +;;;###autoload +(add-to-list 'auto-mode-alist (cons (rx ".vue" eos) 'web-mode)) + (provide 'oni-web) ;;; oni-web.el ends here |
