On 05/10/10 09:08, Aleksey Tsalolikhin wrote:
Hi. How to install asciidoc syntax highlighter if I don't have root access, please? My .vimrc contains: filetype plugin indent on au BufNewFile,BufRead *.asciidoc set filetype asciidoc I put the syntax rules file into ~/.vim/ftplugin/asciidoc.vim When I run "vim mybook.asciidoc", there's no syntax highlighting. Could you please help me get the syntax highlighting online? I can't use install.sh because I don't have root access.
Copy asciidoc.vim to ~/.vim/syntax/ and asciidoc_filetype.vim to ~/.vim/ftdetect/ See also: http://www.methods.co.nz/asciidoc/userguide.html#X20
Thanks, Aleksey
-- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
