]> sipb.mit.edu Git - ikiwiki.git/blob - doc/tips/vim_syntax_highlighting.mdwn
prep release
[ikiwiki.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
3
4 --------
5
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.
10
11 See also: [[follow_wikilinks_from_inside_vim]]
12
13 ------
14
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]].
19
20 [[!tag vim]]