summaryrefslogtreecommitdiff
path: root/TODO
blob: 7f97c12fdfb006fea5a5c0bd73b5922e87117b43 (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
Todo
====

for 0.7
-------

- new lexers:
  * Haskell
  * Lisp
  * IPython sessions
  * HTML with special formatting?
  * LaTeX special formatting?
  * Nemerle
  * Assembler
  * Objective C
  * MySQL/PostgreSQL/SQLite
  * Tcl

- 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

- make it possible to use filters from the command line

- automatically get help for lexers/formatters/options from docstrings

- a MoinMoin parser

- allow "overlay" token types to highlight specials: nth line, a word etc.

- pygmentize option presets, more sophisticated method to output styles?

- more unit tests (test pygmentize, test all formatters comprehensively)


for 0.8 -- 1.0
--------------

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