]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/vim_syntax_highlighting.mdwn
(no commit message)
[ikiwiki.git] / doc / tips / vim_syntax_highlighting.mdwn
index 172b763c34ae96ff879742d34965a1b5a090474d..8f2fdc1f0505872743180acbf9d1f0f037e1c1cb 100644 (file)
@@ -1,4 +1,20 @@
-[[ikiwiki.vim]] is a vim syntax highlighting file for ikiwiki
-[[ikiwiki/markdown]] files. 
+This page is deprecated. See [[tips/vim_and_ikiwiki]] for the most up to date
+content
 
-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]]