Open .jbuilder files in ruby-mode
This commit is contained in:
parent
02b3f27e65
commit
a95b60eda6
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
(add-to-list 'auto-mode-alist '("\\.thor\\'" . ruby-mode))
|
||||
(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))
|
||||
|
||||
;; We never want to edit Rubinius bytecode
|
||||
(add-to-list 'completion-ignored-extensions ".rbc")
|
||||
|
|
Loading…
Reference in a new issue