chroma icon indicating copy to clipboard operation
chroma copied to clipboard

Please add a CSV lexer

Open walles opened this issue 5 months ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

What is the missing lexer?

I would like to have a lexer for CSV (comma separated value) files: https://en.wikipedia.org/wiki/Comma-separated_values

One possible way could be to base the lexer on https://www.ietf.org/rfc/rfc4180.txt.

Links to existing syntax definitions

https://github.com/antlr/grammars-v4/blob/master/csv/CSV.g4

walles avatar Sep 23 '24 18:09 walles