summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-12-10 11:31:03 +0100
committergbrandl <devnull@localhost>2006-12-10 11:31:03 +0100
commit74d7585b086181a8cd62205938970b80fe7aa4df (patch)
treee38c10178f674fbe35d82d3630c898a118408329 /TODO
parent0a767b5548b7e0800196ad1beba56e34bcc4d6a8 (diff)
downloadpygments-74d7585b086181a8cd62205938970b80fe7aa4df.tar.gz
[svn] Change Pygments license to BSD.
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 7 insertions, 7 deletions
diff --git a/TODO b/TODO
index cdfa3fa0..b2dbcb25 100644
--- a/TODO
+++ b/TODO
@@ -9,7 +9,7 @@ for 0.6
- pygmentize presets?
-- short cmdline options for common -O options
+- short cmdline options for common ``-O`` options
- html formatter: full document, external css file?
@@ -17,30 +17,30 @@ for 0.6
- more unit tests (pygmentize, all formatters)
-- help for -O and -a cmdline options
+- help for ``-O`` and ``-a`` cmdline options
- allow "overlay" token types (e.g. Diff + X)
- highlight specials: nth line, a word etc.
- dhtml: overlays toggleable by javascript
- lexers:
+ * bash
+ * haskell
* (Q)BASIC
+ * lisp
* apacheconf
* python TBs
- * haskell
* ls -alG
- * python help() ?
* HTML with special formatting?
+ * latex special formatting?
* ocaml
* nemerle
- * lisp
* windows batch files
* assembler
* objective c
- * bash
* mysql/postgresql/sqlite
* tcl
- * latex special formatting?
+ * python help() ?
- tell the PHP and DelphiLexer how to differ between Operators and
text.