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

before 0.5
----------

- add mimetype attributes
- improve guess_lexer heuristics (esp. for template langs)

- more unit tests

- documentation for new features (guessing)

- goto label HL support for languages that use it

- tell the PHP and DelphiLexer how to differ between Operators and
  text.

for 0.6
-------

- allow multiple token types per regex (done, but awkwardly)
- 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
    * (la)tex

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

- moin parser

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