Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

AsciiDoc: asciidoc

LCD 47 edited this page Jun 12, 2016 · 6 revisions

This file is no longer maintained

This file exists only as a historic reference. Documentation for syntastic checkers is now included in the manual, please see :help syntastic-checkers in Vim.


Maintainer: LCD 47 lcd047@gmail.com

Asciidoc is a translator for AsciiDoc documents.

Note

If you would prefer to use Asciidoctor as an external checker instead of Asciidoc, you can do that by pointing g:syntastic_asciidoc_asciidoc_exec to it:

let g:syntastic_asciidoc_asciidoc_exec = 'asciidoctor'
Clone this wiki locally