TODO 501 B

1234567891011121314151617
  1. Todo
  2. ====
  3. - suggested new lexers
  4. * IPython sessions
  5. * PostgreSQL/SQLite
  6. * Nemerle
  7. - lexers that need work:
  8. * review perl lexer (numerous bugs, but so far no one had complaints ;)
  9. * readd property support for C# lexer? that is, find a regex that doesn't
  10. backtrack to death...
  11. * add support for function name highlighting to C++ lexer
  12. - allow "overlay" token types to highlight specials: nth line, a word etc.
  13. - pygmentize option presets, more sophisticated method to output styles?