mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/ruby: add {Pod,Puppet,Berks}file support
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
(def-package! ruby-mode
|
(def-package! ruby-mode
|
||||||
:mode ("\\.rb$" "\\.rake$" "\\.gemspec$" "\\.?pryrc$"
|
:mode ("\\.rb$" "\\.rake$" "\\.gemspec$" "\\.?pryrc$"
|
||||||
"/\\(Gem\\|Cap\\|Vagrant\\|Rake\\)file$")
|
"/\\(Gem\\|Cap\\|Vagrant\\|Rake\\|Pod\\|Puppet\\|Berks\\)file$")
|
||||||
:interpreter "ruby"
|
:interpreter "ruby"
|
||||||
:init
|
:init
|
||||||
(add-hook 'ruby-mode-hook 'flycheck-mode)
|
(add-hook 'ruby-mode-hook 'flycheck-mode)
|
||||||
|
Reference in New Issue
Block a user