aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-web.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/oni-web.el b/oni-web.el
index b984a4a..1fec6bf 100644
--- a/oni-web.el
+++ b/oni-web.el
@@ -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