aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/vim_syntax_highlighting.mdwn
diff options
context:
space:
mode:
authorJavier Rojas <jerojasro@devnull.li>2010-07-19 01:11:22 -0500
committerJavier Rojas <jerojasro@devnull.li>2010-07-19 01:11:22 -0500
commitcfed58f2908886c222c7305b1be4044de800fc6d (patch)
tree494ddc1792778953a3feda3082c331d91c064c54 /doc/tips/vim_syntax_highlighting.mdwn
parent6d33160faf0d5bbe8f405b60f32893607a534d4c (diff)
downloadikiwiki-cfed58f2908886c222c7305b1be4044de800fc6d.tar
ikiwiki-cfed58f2908886c222c7305b1be4044de800fc6d.tar.gz
new syntax file for ikiwiki files in vim
Diffstat (limited to 'doc/tips/vim_syntax_highlighting.mdwn')
-rw-r--r--doc/tips/vim_syntax_highlighting.mdwn16
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/tips/vim_syntax_highlighting.mdwn b/doc/tips/vim_syntax_highlighting.mdwn
index 18b2f1c92..bf7104aec 100644
--- a/doc/tips/vim_syntax_highlighting.mdwn
+++ b/doc/tips/vim_syntax_highlighting.mdwn
@@ -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]]