diff options
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r-- | ftdetect/polyglot.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index d8be2683..b00f0f8b 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -21,6 +21,12 @@ augroup filetypedetect augroup END augroup filetypedetect +" asciidoc:asciidoc/vim-asciidoc +autocmd BufNewFile,BufRead *.asciidoc,*.adoc + \ set ft=asciidoc +augroup END + +augroup filetypedetect " yaml:stephpy/vim-yaml augroup END |