emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master af3edb3 2/3: * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add


From: Stefan Kangas
Subject: master af3edb3 2/3: * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add Brewfile.
Date: Wed, 11 Nov 2020 21:13:56 -0500 (EST)

branch: master
commit af3edb3be9515e0b37d03a96f805cff62d596acd
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add Brewfile.
---
 lisp/progmodes/ruby-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index 14f0059..afeabc0 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -2436,7 +2436,7 @@ If there is no Rubocop config file, Rubocop will be 
passed a flag
                                      "\\)"
                                      "\\|/"
                                      "\\(?:Gem\\|Rake\\|Cap\\|Thor"
-                                     "\\|Puppet\\|Berks"
+                                     "\\|Puppet\\|Berks\\|Brew"
                                      "\\|Vagrant\\|Guard\\|Pod\\)file"
                                      "\\)\\'"))
                    'ruby-mode))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]