diff options
author | gbrandl <devnull@localhost> | 2006-12-18 17:36:25 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-12-18 17:36:25 +0100 |
commit | 4db59c44e62404ace83e174d6c1649fa718e03d2 (patch) | |
tree | 375164a50726f77aad17d07f9e70b6d0373bfd4d /TODO | |
parent | d6f36b551c9857a6392acc9b2fdbe2f707c6ab1c (diff) | |
download | pygments-4db59c44e62404ace83e174d6c1649fa718e03d2.tar.gz |
[svn] Use the Punctuation token type everywhere.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -37,9 +37,6 @@ for 0.6 - 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 |