Add caddyfile support, closes #195

This commit is contained in:
Adam Stankiewicz
2017-03-23 11:43:41 +01:00
parent ba75890936
commit 461de4cc21
6 changed files with 116 additions and 0 deletions

View File

@@ -47,6 +47,13 @@ autocmd BufNewFile,BufRead *.blade.php set filetype=blade
endif
" ftdetect/caddyfile.vim
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'caddyfile') == -1
au BufNewFile,BufRead Caddyfile set ft=caddyfile
endif
" ftdetect/cjsx.vim
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'cjsx') == -1