summaryrefslogtreecommitdiff
path: root/doc/todo/syntax_highlighting
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-27 14:47:42 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-27 14:47:42 -0400
commit9fb259af50b4b7ed27610902b15d5a16a47988ef (patch)
treea98d4f713dfc1298022d3c1bb7ac80b3deffd45d /doc/todo/syntax_highlighting
parent8530e827b01a6eed8b8c933e758e152a1dc32035 (diff)
responses
Diffstat (limited to 'doc/todo/syntax_highlighting')
-rw-r--r--doc/todo/syntax_highlighting/discussion.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/syntax_highlighting/discussion.mdwn b/doc/todo/syntax_highlighting/discussion.mdwn
index adae9c1fb..76f92aacc 100644
--- a/doc/todo/syntax_highlighting/discussion.mdwn
+++ b/doc/todo/syntax_highlighting/discussion.mdwn
@@ -2,6 +2,10 @@ sourcehighlight is annoyingly slow, but it does support wiki directives
in comments. See [here](http://www.cs.unb.ca/~bremner/teaching/java_examples/snippet/ListMerge/)
for an example (tags).
+> I think that is just a result of it expanding directives, and wikilinks,
+> everywhere in the file, which is generally a possible problem..
+> --[[Joey]]
+
* * * * *
I think having the option to choose source code page types from the
@@ -10,3 +14,8 @@ to contribute programs (say `.pl` files) or code snippets (like, for
example, the Elisp area of the EmacsWiki). Actually, would there any
other way to create a `.pl` file without write access to the
repository? --[[JasonBlevins]]
+
+> Well, you can upload them as an attachment if the wiki is configured to
+> allow it. Having them in the drop down becomes a problem when there are
+> so many wacky extensions in there that you can't find anything.
+> --[[Joey]]