aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-groovy.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/oni-groovy.el b/oni-groovy.el
index 69036a8..9312c0c 100644
--- a/oni-groovy.el
+++ b/oni-groovy.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.1019.090337
+;; Version: 2020.1019.103906
;; Package-Requires: (groovy-mode groovy-imports rainbow-delimiters jenkinsfile-mode)
;; This program is free software; you can redistribute it and/or modify
@@ -45,6 +45,10 @@
;;;###autoload
(add-to-list 'auto-mode-alist `(,(rx ".pipeline" string-end) . jenkinsfile-mode))
+;;;###autoload
+(with-eval-after-load 'grep
+ (add-to-list 'grep-files-aliases '("groovy" . "*.groovy *.pipeline Jenkinsfile")))
+
;;;###autoload(with-eval-after-load 'groovy-mode (require 'oni-groovy))
(provide 'oni-groovy)