sponsor Vim development Vim logo Vim Book Ad

vim-dokuwiki : syntax highlighting for dokuwiki

 script karma  Rating 18/13, Downloaded by 2829  Comments, bugs, improvements  Vim wiki

created by
Florian Preinstorfer
 
script type
syntax
 
description
a new syntax highlighting plugin for editing dokuwiki pages with vim.

development/issue tracker/feedback: https://github.com/nblock/vim-dokuwiki
 
install details
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

Syntax highlighting between code blocks can be enabled by adding the
appropriate language to the 'dokuwiki_fenced_languages' variable in your
.vimrc. Example:
  :let g:dokuwiki_fenced_languages = ['c', 'python', 'html']
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
dokuwiki.vim 0.5 2017-03-18 7.0 Florian Preinstorfer Improved fold styling, syntax-based folding, code highlighting between code blocks, conceal chars, code cleanup, and fixes (thx @ Jonathan Beverley).
dokuwiki.vim 0.4 2012-05-23 7.0 Florian Preinstorfer A lot of fixes and new features such as better table and code block support (thx @Vladimir Zhbanov).
dokuwiki.vim 0.3 2012-03-04 7.0 Florian Preinstorfer various bugfixes (thx hougp and Vladimir Zhbanov)
dokuwiki.vim 0.2 2012-01-02 7.0 Florian Preinstorfer add combinations of markup elements (thx to hougp)
dokuwiki.vim 0.1 2011-10-04 7.0 Florian Preinstorfer Initial upload
ip used for rating: 216.73.216.156

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github