Merge pull request #2572 from msanders/develop
lang/ruby: Add detection for additional files
This commit is contained in:
commit
799b093176
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
||||||
|
|
||||||
(use-package! enh-ruby-mode
|
(use-package! enh-ruby-mode
|
||||||
:mode ("\\.\\(?:pry\\|irb\\)rc\\'" . +ruby-init-h)
|
:mode ("\\.\\(?:pry\\|irb\\)rc\\'" . +ruby-init-h)
|
||||||
:mode ("\\.\\(?:rb\\|rake\\|rabl\\|ru\\|builder\\|gemspec\\|jbuilder\\|thor\\)\\'" . +ruby-init-h)
|
:mode ("\\.\\(?:rb\\|rake\\|rabl\\|ru\\|builder\\|gemspec\\|podspec\\|jbuilder\\|thor\\)\\'" . +ruby-init-h)
|
||||||
:mode ("/\\(?:Berks\\|Cap\\|Gem\\|Guard\\|Pod\\|Puppet\\|Rake\\|Thor\\|Vagrant\\)file\\'" . +ruby-init-h)
|
:mode ("/\\(?:Berks\\|Brew\\|Cap\\|Fast\\|Gem\\|Guard\\|Pod\\|Puppet\\|Rake\\|Thor\\|Vagrant\\)file\\'" . +ruby-init-h)
|
||||||
:interpreter ("j?ruby\\([0-9.]+\\)" . +ruby-init-h)
|
:interpreter ("j?ruby\\([0-9.]+\\)" . +ruby-init-h)
|
||||||
:preface
|
:preface
|
||||||
(defun +ruby-init-h ()
|
(defun +ruby-init-h ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue