]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/tips/vim_syntax_highlighting.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[git.ikiwiki.info.git] / doc / tips / vim_syntax_highlighting.mdwn
1 This page is deprecated. See [[tips/vim_and_ikiwiki]] for the most up to date
2 content
4 --------
6 [ikiwiki-syntax](http://www.vim.org/scripts/script.php?script_id=3156) is a vim
7 syntax highlighting file for ikiwiki [[ikiwiki/markdown]] files. It highlights
8 directives and wikilinks. It only supports prefixed directives, i.e.,
9 \[[!directive foo=bar baz]], not the old format with spaces.
11 See also: [[follow_wikilinks_from_inside_vim]]
13 ------
15 The previous syntax definition for ikiwiki links is at [[ikiwiki.vim]]; however,
16 it seems to not be [[maintained
17 anymore|forum/navigation_of_wiki_pages_on_local_filesystem_with_vim#syn-maintenance]],
18 and it has some [[issues|forum/ikiwiki_vim_syntaxfile]].
20 [[!tag vim]]