From af3edb3be9515e0b37d03a96f805cff62d596acd Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 12 Nov 2020 02:28:10 +0100 Subject: [PATCH] * 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 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)) -- 2.39.2