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