Page 1 of 1

[solved]asciidoc - vim syntax highlight

Posted: 24. Dec 2011, 10:59
by ink3
How to vim syntax highlight with asciidoc?

Re: asciidoc - vim syntax highlight

Posted: 25. Dec 2011, 07:13
by Akuna

Re: asciidoc - vim syntax highlight

Posted: 25. Dec 2011, 07:38
by ink3
Thanx, it works!
You can also turn on syntax highlighting by adding the following line to the end of you AsciiDoc source files:

// vim: set syntax=asciidoc:
It really must be the last line. ;)