* lisp/progmodes/ruby-mode.el (auto-mode-alist): Add .podspec and Podfile.

This commit is contained in:
Bozhidar Batsov 2014-01-10 18:32:45 +02:00
parent f6da761bea
commit dd80671031
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
* progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
and Podfile.
2014-01-10 Eli Zaretskii <eliz@gnu.org>
* emacs-lisp/authors.el (authors-fixed-entries): Update my entry.

View file

@ -2134,10 +2134,10 @@ See `font-lock-syntax-table'.")
(add-to-list 'auto-mode-alist
(cons (purecopy (concat "\\(?:\\."
"rb\\|ru\\|rake\\|thor"
"\\|jbuilder\\|gemspec"
"\\|jbuilder\\|gemspec\\|podspec"
"\\|/"
"\\(?:Gem\\|Rake\\|Cap\\|Thor"
"Vagrant\\|Guard\\)file"
"Vagrant\\|Guard\\|Pod\\)file"
"\\)\\'")) 'ruby-mode))
;;;###autoload