Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.
/ vim-dokuwiki Public archive
forked from nblock/vim-dokuwiki

vim-dokuwiki - a VIM syntax file for DokuWiki

Notifications You must be signed in to change notification settings

vzh/vim-dokuwiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

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

About

vim-dokuwiki - a VIM syntax file for DokuWiki

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%