rainbow-csv
rainbow-csv copied to clipboard
Problem with empty fields with no spaces inbetween
Hey, first of all, many thanks for this package! I've been jumping to vs-code sometimes to read CSV and this mostly eliminates the need to do so :)
However, I found an issue:
When there are empty values like this
col_a,col_b,col_c,col_d,col_e,col_f,col_g
some value,,,,,another, and another
after the first empty field, the syntax highlight doesn't work anymore:
it works fine however, when there are spaces in-between the empty values:
For what is worth, this works fine in vs-code.
Thanks for the bug report! I'll look into it when I have time!
Fixed in 2a91a23abc05f26d513a1eb59c3e8cf1f42a0336.