diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-12-30 11:29:09 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-12-30 11:29:38 +0100 |
commit | f3556c1eca72d5816bee766fad7de55e012629ab (patch) | |
tree | b5f996ea82c8b8c14d087419c937ea58bcff00a8 /ftdetect/polyglot.vim | |
parent | 4855e5ee82a6871b4330ee00626dead1ee874f5b (diff) | |
download | vim-polyglot-f3556c1eca72d5816bee766fad7de55e012629ab.tar.gz vim-polyglot-f3556c1eca72d5816bee766fad7de55e012629ab.zip |
Add carp language support, closes #258
Diffstat (limited to 'ftdetect/polyglot.vim')
-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! |