summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 22 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..5873d87
--- /dev/null
+++ b/TODO
@@ -0,0 +1,22 @@
+Todo
+====
+
+suggested new lexers
+--------------------
+
+* IPython sessions
+* Nemerle
+* PostgreSQL/SQLite
+
+for 1.0
+-------
+
+- lexers that need work:
+ * review perl lexer (numerous bugs, but so far no one had complaints ;)
+ * readd property support for C# lexer? that is, find a regex that doesn't
+ backtrack to death...
+ * add support for function name highlighting to C++ lexer
+
+- allow "overlay" token types to highlight specials: nth line, a word etc.
+
+- pygmentize option presets, more sophisticated method to output styles?