mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 04:53:51 -05:00
Add carp language support, closes #258
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user