vim-dokuwiki : syntax highlighting for dokuwiki
script karma |
Rating 18/13,
Downloaded by 2642 |
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']
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.219.90.165
|