lang/ruby: add {Pod,Puppet,Berks}file support

This commit is contained in:
Henrik Lissner 2017-03-20 16:32:19 -04:00
parent 188baf8626
commit 5bd7e24f61

View File

@ -2,7 +2,7 @@
(def-package! ruby-mode
:mode ("\\.rb$" "\\.rake$" "\\.gemspec$" "\\.?pryrc$"
"/\\(Gem\\|Cap\\|Vagrant\\|Rake\\)file$")
"/\\(Gem\\|Cap\\|Vagrant\\|Rake\\|Pod\\|Puppet\\|Berks\\)file$")
:interpreter "ruby"
:init
(add-hook 'ruby-mode-hook 'flycheck-mode)