new lexer request: csv
Issue #642
new
I'd like to see the addition of a CSV lexer so I can highlight CSV data in blog posts, wiki articles, and documentation. It's basically about displaying delimiter characters, quoting characters, and the actual data differently to be easier to skim through.
Comments (3)
-
-
Maybe there should be a lexer for each dialect of CSV and SQL?
-
- changed title to new lexer request: csv
- changed milestone to Sprint
- Log in to comment
This is likely to have the same problems that our sql lexer has -- namely that there are multiple, incompatible standards.