From abbf24b39501caab6d8bb95f482a5a1ce5ce9390 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 1 Aug 2025 22:01:50 -0700 Subject: oni-web: Include Vue files in web-mode --- oni-web.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ;; 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 -- cgit v1.3-2-g0d8e