Appraisal file is supported by vim-ruby

See: 04fabcc1d5/ftdetect/ruby_extra.vim (L12)
This commit is contained in:
Derek Prior 2018-02-25 21:57:42 -05:00
parent ef58e42a24
commit 21055dff63
No known key found for this signature in database
GPG key ID: 60D9C7F1019704B4

1
vimrc
View file

@ -41,7 +41,6 @@ augroup vimrcEx
\ endif
" Set syntax highlighting for specific file types
autocmd BufRead,BufNewFile Appraisals set filetype=ruby
autocmd BufRead,BufNewFile *.md set filetype=markdown
autocmd BufRead,BufNewFile .{jscs,jshint,eslint}rc set filetype=json