]> git.eshelyaron.com Git - emacs.git/commitdiff
Register more Ruby files in auto-mode-alist
authorStefan Kangas <stefankangas@gmail.com>
Thu, 3 Aug 2023 17:12:49 +0000 (19:12 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 3 Aug 2023 17:40:22 +0000 (19:40 +0200)
* lisp/progmodes/ruby-mode.el (auto-mode-alist): Add fastlane and
Caxlsx files.

lisp/progmodes/ruby-mode.el

index 9d8f45604f9c8bfa07a3b60a503877d37a75863b..9d80bbd72dd984447c44d8c2d47c9a78353f9ee0 100644 (file)
@@ -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))