diff options
author | gbrandl <devnull@localhost> | 2007-01-25 23:12:12 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-01-25 23:12:12 +0100 |
commit | 80dfd874a2a42623537a20bdf0a7bd0a8b0e3849 (patch) | |
tree | cae48052cf548bc8c63a51dcdf939366be17e2d1 /TODO | |
parent | b5196d5ff9ed68c2a8a1eee56b961cb7cdf11590 (diff) | |
download | pygments-80dfd874a2a42623537a20bdf0a7bd0a8b0e3849.tar.gz |
[svn] Update TODO, remove LGPL file.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -16,7 +16,6 @@ for 0.7 * Objective C * MySQL/PostgreSQL/SQLite * Tcl - * reStructuredText - lexers that need review: * review perl lexer (numerous bugs, but so far no one had complaints ;) @@ -24,13 +23,15 @@ for 0.7 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. -- pygmentize option presets? +- pygmentize option presets, more sophisticated method to output styles? - more unit tests (test pygmentize, test all formatters comprehensively) |