oni-js: Consider .vue files to be JS files for searching
This commit is contained in:
parent
4121bdb89c
commit
296ff541e7
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2022.1129.232529
|
||||
;; Version: 2025.0124.135906
|
||||
;; Package-Requires: (oni-company js2-mode js2-refactor oni-flycheck fic-mode rjsx-mode)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -76,7 +76,7 @@
|
|||
|
||||
;;;###autoload
|
||||
(with-eval-after-load 'grep
|
||||
(add-to-list 'grep-files-aliases '("js" . "*.js *.jsx *.json")))
|
||||
(add-to-list 'grep-files-aliases '("js" . "*.js *.jsx *.json *.vue")))
|
||||
|
||||
(provide 'oni-js)
|
||||
;;; oni-js.el ends here
|
||||
|
|
Loading…
Reference in a new issue