mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
* progmodes/ruby-mode.el (auto-mode-alist): Forgot "Guardfile".
This commit is contained in:
parent
5cf8176d55
commit
7bcf66280c
1 changed files with 1 additions and 1 deletions
|
|
@ -1874,7 +1874,7 @@ The variable `ruby-indent-level' controls the amount of indentation.
|
|||
"\\|/"
|
||||
(regexp-opt '("Gemfile" "Rakefile"
|
||||
"Capfile" "Thorfile"
|
||||
"Vagrantfile"))
|
||||
"Vagrantfile" "Guardfile"))
|
||||
"\\)\\'")) 'ruby-mode))
|
||||
|
||||
;;;###autoload
|
||||
|
|
|
|||
Loading…
Reference in a new issue