Celti / vim-dokuwiki

vim-dokuwiki - a VIM syntax file for DokuWiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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']

About

vim-dokuwiki - a VIM syntax file for DokuWiki


Languages

Language:Vim Script 100.0%