id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
618,Minimalistic syntax highlighter?,Floyd-ATC,,"How about including a minimalistic syntax highlighter that only distinguishes between code, pod and comments? I.e something like this:

1. First non-blank char is #? It's a comment. 

2. First char is a =? Everything up to =cut is pod.

3. Everything else is code, including code with trailing # comments

This would be less CPU intensive than the other highlighters, which cause lag and stutter while editing. I know how to tell keywords from strings and variables anyway.",enhancement,closed,minor,,Syntax Highlighting,0.47,wontfix,,
