Merge pull request #872 from hbin/add-ruby-auto-mode-alist
Use ruby-mode for .cap files
This commit is contained in:
commit
29b52264f2
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
(add-to-list 'auto-mode-alist '("Gemfile\\'" . ruby-mode))
|
||||
(add-to-list 'auto-mode-alist '("Guardfile\\'" . ruby-mode))
|
||||
(add-to-list 'auto-mode-alist '("Capfile\\'" . ruby-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.cap\\'" . ruby-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.thor\\'" . ruby-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.rabl\\'" . ruby-mode))
|
||||
(add-to-list 'auto-mode-alist '("Thorfile\\'" . ruby-mode))
|
||||
|
|
Loading…
Reference in a new issue