Appraisals is a ruby file, too
This commit is contained in:
parent
05759d63bc
commit
ab763dce6f
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
||||||
(add-to-list 'auto-mode-alist '("\\.podspec\\'" . ruby-mode))
|
(add-to-list 'auto-mode-alist '("\\.podspec\\'" . ruby-mode))
|
||||||
(add-to-list 'auto-mode-alist '("Puppetfile\\'" . ruby-mode))
|
(add-to-list 'auto-mode-alist '("Puppetfile\\'" . ruby-mode))
|
||||||
(add-to-list 'auto-mode-alist '("Berksfile\\'" . ruby-mode))
|
(add-to-list 'auto-mode-alist '("Berksfile\\'" . ruby-mode))
|
||||||
|
(add-to-list 'auto-mode-alist '("Appraisals\\'" . ruby-mode))
|
||||||
|
|
||||||
;; We never want to edit Rubinius bytecode
|
;; We never want to edit Rubinius bytecode
|
||||||
(add-to-list 'completion-ignored-extensions ".rbc")
|
(add-to-list 'completion-ignored-extensions ".rbc")
|
||||||
|
|
Loading…
Reference in a new issue