lang/ruby: add {Pod,Puppet,Berks}file support
This commit is contained in:
parent
188baf8626
commit
5bd7e24f61
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue