]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/vim_syntax_highlighting.mdwn
Merge branch 'master' of git://git.ikiwiki.info
[ikiwiki.git] / doc / tips / vim_syntax_highlighting.mdwn
index 18b2f1c92fd43a20316da5ad0c52fad03f61de0a..bf7104aec10e1c69f31cc13f8910f5ca246bd553 100644 (file)
@@ -1,7 +1,15 @@
-[[ikiwiki.vim]] is a vim syntax highlighting file for ikiwiki
-[[ikiwiki/markdown]] files.
-
-Installation instructions are at the top of the file.
+[ikiwiki-syntax](http://www.vim.org/scripts/script.php?script_id=3156) is a vim
+syntax highlighting file for ikiwiki [[ikiwiki/markdown]] files. It highlights
+directives and wikilinks. It only supports prefixed directives, i.e.,
+\[[!directive foo=bar baz]], not the old format with spaces.
 
 See also: [[follow_wikilinks_from_inside_vim]]
+
+------
+
+The previous syntax definition for ikiwiki links is at [[ikiwiki.vim]]; however,
+it seems to not be [[maintained
+anymore|forum/navigation_of_wiki_pages_on_local_filesystem_with_vim#syn-maintenance]],
+and it has some [[issues|forum/ikiwiki_vim_syntaxfile]].
+
 [[!tag vim]]