]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/ruby-mode.el (auto-mode-alist): Add Brewfile.
authorStefan Kangas <stefan@marxist.se>
Thu, 12 Nov 2020 01:28:10 +0000 (02:28 +0100)
committerStefan Kangas <stefan@marxist.se>
Thu, 12 Nov 2020 01:58:02 +0000 (02:58 +0100)
lisp/progmodes/ruby-mode.el

index 14f00597bfc4870a7779de586382adc120f7318f..afeabc030d41f64f2c8e37899a3cd49b1143bd22 100644 (file)
@@ -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))