new forum post - ikiwiki vim syntax
authorJavier Rojas <jerojasro@devnull.li>
Tue, 6 Jul 2010 04:34:47 +0000 (23:34 -0500)
committerJavier Rojas <jerojasro@devnull.li>
Tue, 6 Jul 2010 04:34:47 +0000 (23:34 -0500)
doc/forum/ikiwiki_vim_syntaxfile.mdwn [new file with mode: 0644]

diff --git a/doc/forum/ikiwiki_vim_syntaxfile.mdwn b/doc/forum/ikiwiki_vim_syntaxfile.mdwn
new file mode 100644 (file)
index 0000000..d0f8d25
--- /dev/null
@@ -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]]
+