]> sipb.mit.edu Git - ikiwiki.git/blob - doc/tips/vim_syntax_highlighting.mdwn
releasing version 3.20100815
[ikiwiki.git] / doc / tips / vim_syntax_highlighting.mdwn
1 [ikiwiki-syntax](http://www.vim.org/scripts/script.php?script_id=3156) is a vim
2 syntax highlighting file for ikiwiki [[ikiwiki/markdown]] files. It highlights
3 directives and wikilinks. It only supports prefixed directives, i.e.,
4 \[[!directive foo=bar baz]], not the old format with spaces.
5
6 See also: [[follow_wikilinks_from_inside_vim]]
7
8 ------
9
10 The previous syntax definition for ikiwiki links is at [[ikiwiki.vim]]; however,
11 it seems to not be [[maintained
12 anymore|forum/navigation_of_wiki_pages_on_local_filesystem_with_vim#syn-maintenance]],
13 and it has some [[issues|forum/ikiwiki_vim_syntaxfile]].
14
15 [[!tag vim]]