summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-01-12 23:04:29 +0100
committergbrandl <devnull@localhost>2007-01-12 23:04:29 +0100
commitab314f97200cb94f8c3e7b87b4c418aa68f828dd (patch)
tree117db2a530cb80396e30725b792823b266847e56
parent75dee451b1902e95b91c97f998af4c38e4ce670a (diff)
downloadpygments-ab314f97200cb94f8c3e7b87b4c418aa68f828dd.tar.gz
[svn] Trigger doc rebuild
-rw-r--r--TODO21
-rw-r--r--docs/src/lexers.txt1
2 files changed, 8 insertions, 14 deletions
diff --git a/TODO b/TODO
index 5552c309..0df3fa44 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,7 @@ Todo
for 0.7
-------
-- lexers:
+- new lexers:
* Haskell
* JSP
* (Q)BASIC
@@ -21,28 +21,23 @@ for 0.7
* Tcl
* reStructuredText
+- lexers that need review:
+ * review perl lexer (numerous bugs, but so far no one had complaints ;)
+ * readd property support for C# lexer? that is, find a regex that doesn't
+ backtrack to death...
+ * add support for function name highlighting to C++ lexer
+
+
- automatically get help for lexers/formatters/options from docstrings
- a MoinMoin parser
- allow "overlay" token types to highlight specials: nth line, a word etc.
-- readd property support for C# lexer? that is, find a regex that doesn't
- backtrack to death...
-
-- add support for function name highlighting to c++ lexer
-
- pygmentize option presets?
- more unit tests (test pygmentize, test all formatters comprehensively)
-- review perl lexer (numerous bugs, but so far no one had complaints ;)
-
-- add `Mako lexers`_ written by Ben Bangert.
-
-
-.. _Mako lexers: http://pygments.pocoo.org/demo/174/
-
for 0.8 -- 1.0
--------------
diff --git a/docs/src/lexers.txt b/docs/src/lexers.txt
index 2727f8ca..22fe7c7a 100644
--- a/docs/src/lexers.txt
+++ b/docs/src/lexers.txt
@@ -35,7 +35,6 @@ These lexers are builtin and can be imported from `pygments.lexers`:
[builtin_lexer_docs]
-
Iterating over all lexers
=========================