summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-02-12 23:38:46 +0100
committergbrandl <devnull@localhost>2007-02-12 23:38:46 +0100
commit8ac95bf314343f8db0ec8123296b60aefda8b02f (patch)
tree7813371046f03132d690b8556c857fc453e6c9b6 /TODO
parent16b1f0bb0fbc6ea7aab974cb220406632de4c7c0 (diff)
downloadpygments-8ac95bf314343f8db0ec8123296b60aefda8b02f.tar.gz
[svn] Quite a few things:
- new pygmentize options, -F for filters and -H for detail help. - an automatically-created formatter map - better HTML formatter subclassing
Diffstat (limited to 'TODO')
-rw-r--r--TODO49
1 files changed, 24 insertions, 25 deletions
diff --git a/TODO b/TODO
index 7f97c12f..496e7f48 100644
--- a/TODO
+++ b/TODO
@@ -4,38 +4,37 @@ Todo
for 0.7
-------
-- new lexers:
- * Haskell
- * Lisp
- * IPython sessions
- * HTML with special formatting?
- * LaTeX special formatting?
- * Nemerle
- * Assembler
- * Objective C
- * MySQL/PostgreSQL/SQLite
- * Tcl
-
-- lexers that need review:
- * 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
-
-- make it possible to use filters from the command line
-
-- automatically get help for lexers/formatters/options from docstrings
-
- a MoinMoin parser
-- allow "overlay" token types to highlight specials: nth line, a word etc.
+- more unit tests (test pygmentize, test all formatters comprehensively)
-- pygmentize option presets, more sophisticated method to output styles?
-- more unit tests (test pygmentize, test all formatters comprehensively)
+new lexers
+----------
+
+* Haskell
+* Lisp
+* IPython sessions
+* HTML with special formatting?
+* LaTeX special formatting?
+* Nemerle
+* Assembler
+* Objective C
+* MySQL/PostgreSQL/SQLite
+* Tcl
for 0.8 -- 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
+
- add folding? would require more language-aware parsers...
+
+- allow "overlay" token types to highlight specials: nth line, a word etc.
+
+- pygmentize option presets, more sophisticated method to output styles?