From: Stefan Kangas Date: Thu, 12 Nov 2020 01:28:10 +0000 (+0100) Subject: * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add Brewfile. X-Git-Tag: emacs-28.0.90~5180 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af3edb3be9515e0b37d03a96f805cff62d596acd;p=emacs.git * lisp/progmodes/ruby-mode.el (auto-mode-alist): Add Brewfile. --- diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 14f00597bfc..afeabc030d4 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))