diff options
author | xue <> | 2007-07-20 12:33:27 +0000 |
---|---|---|
committer | xue <> | 2007-07-20 12:33:27 +0000 |
commit | 786dde43ea21c1990071683a8cf5efd3bd1b791d (patch) | |
tree | 34d7e664f974976e800ac8cc790a8046854e8238 /framework/3rdParty/TextHighlighter/Text/TODO | |
parent | 46f58667d00624c115ad99a590aebef99ab133a5 (diff) |
Replaced GeSHi with Text_Highlighter
Diffstat (limited to 'framework/3rdParty/TextHighlighter/Text/TODO')
-rw-r--r-- | framework/3rdParty/TextHighlighter/Text/TODO | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/framework/3rdParty/TextHighlighter/Text/TODO b/framework/3rdParty/TextHighlighter/Text/TODO new file mode 100644 index 00000000..67fa21df --- /dev/null +++ b/framework/3rdParty/TextHighlighter/Text/TODO @@ -0,0 +1,12 @@ +# $Id: TODO,v 1.1 2007/06/03 02:35:28 ssttoo Exp $
+
+Major issues to solve (but I currently have no idea how) :
+
+- speedup highlighting process
+
+- switching between highlighters depending on context, for example :
+ PHP code -> HTML -> (JavaScript|CSS)
+
+
+# vim: set autoindent tabstop=4 shiftwidth=4 softtabstop=4 tw=78: */
+
|