]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/syntax_highlighting/discussion.mdwn
both are now fixed in my po branch.
[ikiwiki.git] / doc / todo / syntax_highlighting / discussion.mdwn
1 sourcehighlight is annoyingly slow, but it does support wiki directives 
2 in comments. See [here](http://www.cs.unb.ca/~bremner/teaching/java_examples/snippet/ListMerge/)
3 for an example (tags).
4
5 > I think that is just a result of it expanding directives, and wikilinks,
6 > everywhere in the file, which is generally a possible problem..
7 > --[[Joey]]
8
9 * * * * *
10
11 I think having the option to choose source code page types from the
12 dropdown list is definitely a feature.  This gives users an easy way
13 to contribute programs (say `.pl` files) or code snippets (like, for
14 example, the Elisp area of the EmacsWiki).  Actually, would there any
15 other way to create a `.pl` file without write access to the
16 repository?  --[[JasonBlevins]]
17
18 > Well, you can upload them as an attachment if the wiki is configured to
19 > allow it. Having them in the drop down becomes a problem when there are
20 > so many wacky extensions in there that you can't find anything.
21 > --[[Joey]]
22
23 >> I should just note that the
24 >> [[sourcecode|todo/automatic_use_of_syntax_plugin_on_source_code_files/discussion]]
25 >> plugin only adds the file extensions listed in the config.  This shouldn't cause
26 >> massive drop-down menu pollution.  -- [[Will]]
27
28 >>> That seems to be the way to go! --[[Joey]]