Add carp language support, closes #258

This commit is contained in:
Adam Stankiewicz
2017-12-30 11:29:09 +01:00
parent 4855e5ee82
commit f3556c1eca
4 changed files with 134 additions and 0 deletions

View File

@@ -82,6 +82,11 @@ augroup filetypedetect
au BufNewFile,BufRead Caddyfile set ft=caddyfile
augroup END
augroup filetypedetect
" carp:hellerve/carp-vim
au BufRead,BufNewFile *.carp set filetype=carp
augroup END
augroup filetypedetect
" cjsx:mtscout6/vim-cjsx
augroup CJSX