This repository was archived by the owner on Jul 10, 2021. It is now read-only.
vzh/vim-dokuwiki
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This repo is archived. It had no attention for years. Now, when some sounds of life can be heard in its origin, I'm no longer interested for it. I've switched to Emacs several years ago :-) vim-dokuwiki - a VIM syntax file for DokuWiki how to install: 1) copy 'syntax/dokuwiki.vim' in your '~/.vim/syntax/' 2) enable by issuing ':set ft=dokuwiki' If you want to enable the comment plugin highlighting, assign any value to the 'dokuwiki_comment' variable. Example: :let dokuwiki_comment=1 To disable it use ":unlet". Example: :unlet dokuwiki_comment If you want to enable the code blocks highlighting for some languages, assign their names to the 'dokuwiki_code_language' variable (assuming that there are corresponding syntax files in your Vim installation). Example: :let dokuwiki_code_languages="bash,c,make,lisp" To disable code block highlighting use ":unlet". Example: :unlet dokuwiki_code_languages