-
-
Notifications
You must be signed in to change notification settings - Fork 470
Please add a CSV lexer #1004
Copy link
Copy link
Closed
Labels
Description
Is there an existing issue for this?
- 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
Reactions are currently unavailable