summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-05-28 22:44:29 +0200
committergbrandl <devnull@localhost>2007-05-28 22:44:29 +0200
commitf560d7092ae5e408ffa0820246753fb308803669 (patch)
tree48561e122909abb3f0c9b3da4169f3512358eca8 /TODO
parent8296a00a9bc50d9fd5b19931625c18350d62bafc (diff)
downloadpygments-f560d7092ae5e408ffa0820246753fb308803669.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...