From f3556c1eca72d5816bee766fad7de55e012629ab Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 30 Dec 2017 11:29:09 +0100 Subject: Add carp language support, closes #258 --- ftdetect/polyglot.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index d1a5f64a..ed5f39cd 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -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 -- cgit v1.2.3