Merge pull request #473 from jehrhardt/podfiles
Use ruby-mode for Podfile
This commit is contained in:
commit
9fb9540410
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
|||
(add-to-list 'auto-mode-alist '("Thorfile\\'" . ruby-mode))
|
||||
(add-to-list 'auto-mode-alist '("Vagrantfile\\'" . ruby-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.jbuilder\\'" . ruby-mode))
|
||||
(add-to-list 'auto-mode-alist '("Podfile\\'" . ruby-mode))
|
||||
|
||||
;; We never want to edit Rubinius bytecode
|
||||
(add-to-list 'completion-ignored-extensions ".rbc")
|
||||
|
|
Loading…
Reference in a new issue