summaryrefslogtreecommitdiff
path: root/TODO
blob: f8cd38485fd6988d708cca3fa206e2078212809a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Todo
====

for 0.7
-------

- 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

- 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
--------------

- more setuptools entrypoints (html formatter etc.)
  see paste script's Commands

- add folding? would require more language-aware parsers...