From 0c2152222ad16ba9e68cdb27fc281755ec187620 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 3 Aug 2023 19:12:49 +0200 Subject: [PATCH] Register more Ruby files in auto-mode-alist * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add fastlane and Caxlsx files. --- lisp/progmodes/ruby-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 9d8f45604f9..9d80bbd72dd 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el @@ -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)) -- 2.39.2