* lisp/progmodes/ruby-mode.el (auto-mode-alist): Add .podspec and Podfile.
This commit is contained in:
parent
f6da761bea
commit
dd80671031
2 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue