projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f23cfe3
)
Register more Ruby files in auto-mode-alist
author
Stefan Kangas
<stefankangas@gmail.com>
Thu, 3 Aug 2023 17:12:49 +0000
(19:12 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ruby-mode.el
b/lisp/progmodes/ruby-mode.el
index 9d8f45604f9c8bfa07a3b60a503877d37a75863b..9d80bbd72dd984447c44d8c2d47c9a78353f9ee0 100644
(file)
--- 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))