aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2020-11-12 02:28:10 +0100
committerStefan Kangas2020-11-12 02:58:02 +0100
commitaf3edb3be9515e0b37d03a96f805cff62d596acd (patch)
tree0d20bd0ce1559ef77655a88c2f7a7a461f9b41d3
parentccf2576081dbd629765214493d08c58e28ee23dc (diff)
downloademacs-af3edb3be9515e0b37d03a96f805cff62d596acd.tar.gz
emacs-af3edb3be9515e0b37d03a96f805cff62d596acd.zip
* lisp/progmodes/ruby-mode.el (auto-mode-alist): Add Brewfile.
-rw-r--r--lisp/progmodes/ruby-mode.el2
1 files changed, 1 insertions, 1 deletions
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
2436 "\\)" 2436 "\\)"
2437 "\\|/" 2437 "\\|/"
2438 "\\(?:Gem\\|Rake\\|Cap\\|Thor" 2438 "\\(?:Gem\\|Rake\\|Cap\\|Thor"
2439 "\\|Puppet\\|Berks" 2439 "\\|Puppet\\|Berks\\|Brew"
2440 "\\|Vagrant\\|Guard\\|Pod\\)file" 2440 "\\|Vagrant\\|Guard\\|Pod\\)file"
2441 "\\)\\'")) 2441 "\\)\\'"))
2442 'ruby-mode)) 2442 'ruby-mode))