blob: 44fe456594e6a155e3a0a3eb14f70fcdf680ab6d (
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
|
Todo
====
for 0.7
-------
- new lexers:
* Haskell
* Lisp
* IPython sessions
* HTML with special formatting?
* LaTeX special formatting?
* OCaml
* Nemerle
* Assembler
* Objective C
* MySQL/PostgreSQL/SQLite
* 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.
- pygmentize option presets?
- more unit tests (test pygmentize, test all formatters comprehensively)
for 0.8 -- 1.0
--------------
- more setuptools entrypoints (html formatter etc.)
see paste script's Commands
- add folding? would require more language-aware parsers...
|