ruby-mode: adjust file ext regex
This commit is contained in:
parent
93dd03a610
commit
ba770a4697
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
(eval-when-compile (require 'defuns-quickrun))
|
||||
|
||||
(use-package ruby-mode
|
||||
:mode ("\\.r[bu]$" "\\.rake$" "\\.gemspec$" "\\.?pryrc$"
|
||||
:mode ("\\.rb$" "\\.rake$" "\\.gemspec$" "\\.?pryrc$"
|
||||
"/\\(Gem\\|Cap\\|Vagrant\\|Rake\\)file$")
|
||||
:interpreter "ruby"
|
||||
:init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue