* lisp/progmodes/ruby-mode.el (auto-mode-alist): Add Brewfile.

This commit is contained in:
Stefan Kangas 2020-11-12 02:28:10 +01:00
parent ccf2576081
commit af3edb3be9

View 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))