summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-05-28 22:44:29 +0200
committerGeorg Brandl <georg@python.org>2007-05-28 22:44:29 +0200
commitf42c15445aa2b215bf4b76e860299fb4194f4c8d (patch)
tree48561e122909abb3f0c9b3da4169f3512358eca8 /TODO
parent620d6ab59bb2df868a3c820ff1556bc8fe174949 (diff)
downloadpygments-git-f42c15445aa2b215bf4b76e860299fb4194f4c8d.tar.gz
[svn] Apply patches by Tim, add MiniD lexer from Jarrett and new example files.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO b/TODO
index 847b979a..b342fb57 100644
--- a/TODO
+++ b/TODO
@@ -11,9 +11,8 @@ suggested new lexers
* MySQL/PostgreSQL/SQLite
* Tcl
-
-for 0.8 -- 1.0
---------------
+for 1.0
+-------
- lexers that need work:
* review perl lexer (numerous bugs, but so far no one had complaints ;)
@@ -24,5 +23,3 @@ for 0.8 -- 1.0
- allow "overlay" token types to highlight specials: nth line, a word etc.
- pygmentize option presets, more sophisticated method to output styles?
-
-- add folding? would require more language-aware parsers...