.adoc is another popular file extension for AsciiDoc files, see for example
http://asciidoctor.org/docs/asciidoc-writers-guide/#content-is-king.
It would be nice to have the file type for .adoc files set by default.
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 923df6e..8c3b203 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -143,7 +143,7 @@ au BufNewFile,BufRead .arch-inventory,=tagging-method setf arch au BufNewFile,BufRead *.art setf art " AsciiDoc -au BufNewFile,BufRead *.asciidoc setf asciidoc +au BufNewFile,BufRead *.asciidoc,*.adoc setf asciidoc " ASN.1 au BufNewFile,BufRead *.asn,*.asn1 setf asn
—
Reply to this email directly or view it on GitHub.![]()
Included with ca63501, thanks.
Closed #417.