* lisp/progmodes/ruby-mode.el (auto-mode-alist): Add .podspec and Podfile.
authorBozhidar Batsov <bozhidar@batsov.com>
Fri, 10 Jan 2014 16:32:45 +0000 (18:32 +0200)
committerBozhidar Batsov <bozhidar@batsov.com>
Fri, 10 Jan 2014 16:32:45 +0000 (18:32 +0200)
lisp/ChangeLog
lisp/progmodes/ruby-mode.el

index 49d1564..41ea776 100644 (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.
index 9725977..76945ad 100644 (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