mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 22:13:50 -05:00
Add caddyfile support, closes #195
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user