[solved]asciidoc - vim syntax highlight

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
ink3
Posts: 80
Joined: 9. Apr 2011, 14:16

[solved]asciidoc - vim syntax highlight

Post by ink3 »

How to vim syntax highlight with asciidoc?
Last edited by ink3 on 25. Dec 2011, 08:15, edited 1 time in total.
User avatar
Akuna
Salix Wizard
Posts: 1038
Joined: 14. Jun 2009, 12:25

Re: asciidoc - vim syntax highlight

Post by Akuna »

Image
What really matters is where you are going, not where you come from.
User avatar
ink3
Posts: 80
Joined: 9. Apr 2011, 14:16

Re: asciidoc - vim syntax highlight

Post 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. ;)
Post Reply