blob: 74dc5847a1ad41819ac05efcb2cce5bfc40c58c3 (
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
54
55
56
57
58
59
60
61
62
63
64
|
Todo
====
for 0.6
-------
- pygmentize presets?
- short cmdline options for common ``-O`` options
- improve guess_lexer heuristics (esp. for template langs)
- 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:
* 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
* python help() ?
- tell the PHP and DelphiLexer how to differ between Operators and
text.
- add a `Punctuation` token type for symbols that are not text
but also not a symbol (blocks in ruby etc)
- add support for function name highlighting to c++ lexer
- readd property support for C# lexer
for 0.7 / later
---------------
- moin parser
- add folding? would require more language-aware parsers...
- more setuptools entrypoints (html formatter etc.)
see paste script's Commands
- docstrings?
- more unit tests (pygmentize, all formatters)
- review perl lexer (numerous bugs, but so far no one had complaints ;)
|