summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-10-28 22:09:41 +0200
committergbrandl <devnull@localhost>2006-10-28 22:09:41 +0200
commit7f8c2354a497187f33e7c7fc7e8bcdc5f5a8b7a5 (patch)
treeaa49a45ff8216f4502eedba057d621aa0e22589b /TODO
parentd336a1d4c0375b2b7cf266b6073932e3abb0968d (diff)
downloadpygments-7f8c2354a497187f33e7c7fc7e8bcdc5f5a8b7a5.tar.gz
[svn] Some fixes, add docs for new features.
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 5 insertions, 9 deletions
diff --git a/TODO b/TODO
index 13337bb8..6c565025 100644
--- a/TODO
+++ b/TODO
@@ -4,22 +4,15 @@ Todo
before 0.5
----------
-- add mimetype attributes
- improve guess_lexer heuristics (esp. for template langs)
- more unit tests
-- documentation for new features (guessing)
-
- goto label HL support for languages that use it
-- tell the PHP and DelphiLexer how to differ between Operators and
- text.
-
for 0.6
-------
-- allow multiple token types per regex (done, but awkwardly)
- allow "overlay" token types (e.g. Diff + X)
- highlight specials: nth line, a word etc.
- dhtml: overlays toggleable by javascript
@@ -43,6 +36,9 @@ for 0.6
* tcl
* (la)tex
+- tell the PHP and DelphiLexer how to differ between Operators and
+ text.
+
- add a `Punctuation` token type for symbols that are not text
but also not a symbol (blocks in ruby etc)
@@ -54,8 +50,8 @@ for 0.6
- docstrings?
-for 0.7
--------
+for 0.7 / later
+---------------
- moin parser