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

for 0.5
-------

- improve guess_lexer heuristics (esp. for template langs)

for 0.6
-------

- more unit tests

- allow "overlay" token types (e.g. Diff + X) 
  - highlight specials: nth line, a word etc.
  - dhtml: overlays toggleable by javascript

- lexers:
    * BASIC
    * apacheconf
    * python TBs
    * haskell
    * ls -alG
    * python help() ?
    * HTML with special formatting?
    * ocaml
    * nemerle
    * scheme/lisp
    * windows batch files
    * assembler
    * objective c
    * bash
    * mysql/postgresql/sqlite
    * tcl
    * latex special formatting?

- 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

- review perl lexer (numerous bugs)

- docstrings?

for 0.7 / later
---------------

- moin parser

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