summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-12-19 16:50:03 +0100
committergbrandl <devnull@localhost>2006-12-19 16:50:03 +0100
commite20c50a69c13e6a9505a05cdc50dba5f0e28f9d5 (patch)
tree6a781e7291c92d24a94c63f2fc7dd12057c924f4 /TODO
parent4db59c44e62404ace83e174d6c1649fa718e03d2 (diff)
downloadpygments-e20c50a69c13e6a9505a05cdc50dba5f0e28f9d5.tar.gz
[svn] Patch #160 by Tim Hatch: byref functions in PHP.
Diffstat (limited to 'TODO')
-rw-r--r--TODO32
1 files changed, 13 insertions, 19 deletions
diff --git a/TODO b/TODO
index dfb946fe..1ca79483 100644
--- a/TODO
+++ b/TODO
@@ -4,14 +4,6 @@ Todo
for 0.6
-------
-- pygmentize presets?
-
-- short cmdline options for common ``-O`` options
-
-- improve guess_lexer heuristics (esp. for template langs)
-
-- help for ``-O`` and ``-a`` cmdline options
-
- allow "overlay" token types (e.g. Diff + X)
- highlight specials: nth line, a word etc.
- dhtml: overlays toggleable by javascript
@@ -32,30 +24,32 @@ for 0.6
* objective c
* mysql/postgresql/sqlite
* tcl
- * python help() ?
-- tell the PHP and DelphiLexer how to differ between Operators and
- text.
+- tell the C(++) and PHP lexers how to differ between Operators and text.
- add support for function name highlighting to c++ lexer
- readd property support for C# lexer
-for 0.7 / later
----------------
+for 0.7
+-------
+
+- automatically get help for lexers/formatters/options from docstrings
- moin parser
-- add folding? would require more language-aware parsers...
+- pygmentize presets?
-- more setuptools entrypoints (html formatter etc.)
- see paste script's Commands
+- more unit tests (pygmentize, all formatters comprehensively)
-- docstrings?
+- review perl lexer (numerous bugs, but so far no one had complaints ;)
-- more unit tests (pygmentize, all formatters)
-- review perl lexer (numerous bugs, but so far no one had complaints ;)
+for 0.8 -- 1.0
+--------------
+- more setuptools entrypoints (html formatter etc.)
+ see paste script's Commands
+- add folding? would require more language-aware parsers...