aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/ikiwiki_vim_syntaxfile.mdwn
diff options
context:
space:
mode:
authorJavier Rojas <jerojasro@devnull.li>2010-07-05 23:34:47 -0500
committerJavier Rojas <jerojasro@devnull.li>2010-07-05 23:34:47 -0500
commitb5085a01ce325e5ae55080cca4860cdcc1885165 (patch)
tree51022816582a9ae5035a6950a3581970cf0d1324 /doc/forum/ikiwiki_vim_syntaxfile.mdwn
parentd89e2be91d79fca0a062744ff1dee630962cba7d (diff)
downloadikiwiki-b5085a01ce325e5ae55080cca4860cdcc1885165.tar
ikiwiki-b5085a01ce325e5ae55080cca4860cdcc1885165.tar.gz
new forum post - ikiwiki vim syntax
Diffstat (limited to 'doc/forum/ikiwiki_vim_syntaxfile.mdwn')
-rw-r--r--doc/forum/ikiwiki_vim_syntaxfile.mdwn21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/forum/ikiwiki_vim_syntaxfile.mdwn b/doc/forum/ikiwiki_vim_syntaxfile.mdwn
new file mode 100644
index 000000000..d0f8d259e
--- /dev/null
+++ b/doc/forum/ikiwiki_vim_syntaxfile.mdwn
@@ -0,0 +1,21 @@
+Hi all,
+
+I'm teaching myself how to write syntax files for vim by fixing several issues
+(and up to certain extent, taking over the maintenance) of the vim syntax
+(highlighting) file for ikiwiki.
+
+I'd like you to document here which problems you have found, so I can hunt them
+and see if I can fix them.
+
+## Problems Found
+
+ * Arguments of directives with a value of length 1 cause the following text to
+ be highlighted incorrectly. Example:
+
+ [[!directive param1="val1" param2="1"]] more text ...
+
+ * A named wikilink in a line, followed by text, and then another wikilink,
+ makes the text in between the links to be incorrectly highlighted. Example:
+
+ \[[a link|alink]] text that appears incorrectly .... \[[link]]
+