diff options
author | gbrandl <devnull@localhost> | 2006-10-30 10:21:18 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-10-30 10:21:18 +0100 |
commit | a8fdbfc1e96a22fad673e6170822518a292eaf98 (patch) | |
tree | 5ae25bb83f1b062f7096a30f32a81ff8a0f887f7 /TODO | |
parent | 1c4e080bb82d27c914a763ae9ef0667dcc6031c1 (diff) | |
download | pygments-a8fdbfc1e96a22fad673e6170822518a292eaf98.tar.gz |
[svn] Implement goto label support for C, C++, Delphi.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,18 +1,16 @@ Todo ==== -before 0.5 ----------- +for 0.5 +------- - improve guess_lexer heuristics (esp. for template langs) -- more unit tests - -- goto label HL support for languages that use it - 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 |