diff options
Diffstat (limited to 'ftdetect')
| -rw-r--r-- | ftdetect/polyglot.vim | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index d1a5f64a..ed5f39cd 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -83,6 +83,11 @@ 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    au! | 
