[solved]asciidoc - vim syntax highlight
[solved]asciidoc - vim syntax highlight
How to vim syntax highlight with asciidoc?
Last edited by ink3 on 25. Dec 2011, 08:15, edited 1 time in total.
Re: asciidoc - vim syntax highlight
Could this help ?
http://www.methods.co.nz/asciidoc/chunked/ape.html
http://www.methods.co.nz/asciidoc/chunked/ape.html

What really matters is where you are going, not where you come from.
Re: asciidoc - vim syntax highlight
Thanx, it works!

It really must be the last line.You can also turn on syntax highlighting by adding the following line to the end of you AsciiDoc source files:
// vim: set syntax=asciidoc: