Register more Ruby files in auto-mode-alist
* lisp/progmodes/ruby-mode.el (auto-mode-alist): Add fastlane and Caxlsx files.
This commit is contained in:
parent
f23cfe3933
commit
0c2152222a
1 changed files with 2 additions and 2 deletions
|
@ -2697,12 +2697,12 @@ Currently there are `ruby-mode' and `ruby-ts-mode'."
|
|||
;;;###autoload
|
||||
(add-to-list 'auto-mode-alist
|
||||
(cons (purecopy (concat "\\(?:\\.\\(?:"
|
||||
"rbw?\\|ru\\|rake\\|thor"
|
||||
"rbw?\\|ru\\|rake\\|thor\\|axlsx"
|
||||
"\\|jbuilder\\|rabl\\|gemspec\\|podspec"
|
||||
"\\)"
|
||||
"\\|/"
|
||||
"\\(?:Gem\\|Rake\\|Cap\\|Thor"
|
||||
"\\|Puppet\\|Berks\\|Brew"
|
||||
"\\|Puppet\\|Berks\\|Brew\\|Fast"
|
||||
"\\|Vagrant\\|Guard\\|Pod\\)file"
|
||||
"\\)\\'"))
|
||||
'ruby-mode))
|
||||
|
|
Loading…
Add table
Reference in a new issue