mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
groovy-mode: wider net for file pattern
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
|
||||
(use-package groovy-mode
|
||||
:functions (is-groovy-mode)
|
||||
:mode "\\.gradle$")
|
||||
:mode ("\\.gradle$" "\\.gvy$" "\\.groovy$"))
|
||||
|
||||
(provide 'module-java)
|
||||
;;; module-java.el ends here
|
||||
|
Reference in New Issue
Block a user