summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-12-20 16:14:36 +0100
committergbrandl <devnull@localhost>2006-12-20 16:14:36 +0100
commit80ebade7c25cb6f79477debd55254c18862d3eff (patch)
treefc7971b4b69261806b23ddd68c22bd6b2d3f777e /TODO
parent59db12020433e4787555cfeccaeae65f872f59b6 (diff)
downloadpygments-80ebade7c25cb6f79477debd55254c18862d3eff.tar.gz
[svn] Some style nits and make check.
Diffstat (limited to 'TODO')
-rw-r--r--TODO48
1 files changed, 21 insertions, 27 deletions
diff --git a/TODO b/TODO
index 8419a247..829f7516 100644
--- a/TODO
+++ b/TODO
@@ -1,46 +1,40 @@
Todo
====
-for 0.6
+for 0.7
-------
-- allow "overlay" token types (e.g. Diff + X)
- - highlight specials: nth line, a word etc.
- - dhtml: overlays toggleable by javascript
-
- lexers:
- * haskell
- * (Q)BASIC
- * lisp
- * python TBs
- * IPython sessions
- * ls -alG
- * HTML with special formatting?
- * latex special formatting?
- * ocaml
- * nemerle
- * windows batch files
- * assembler
- * objective c
- * mysql/postgresql/sqlite
- * tcl
-
-
-for 0.7
--------
+ * Haskell
+ * (Q)BASIC
+ * Lisp
+ * Python TBs
+ * IPython sessions
+ * ls -alG
+ * HTML with special formatting?
+ * LaTeX special formatting?
+ * OCaml
+ * Nemerle
+ * Windows batch files
+ * Assembler
+ * Objective C
+ * MySQL/PostgreSQL/SQLite
+ * Tcl
- automatically get help for lexers/formatters/options from docstrings
-- moin parser
+- 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 presets?
+- pygmentize option presets?
-- more unit tests (pygmentize, all formatters comprehensively)
+- more unit tests (test pygmentize, test all formatters comprehensively)
- review perl lexer (numerous bugs, but so far no one had complaints ;)