Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rainbow Coloring Seems To Be Broken in Some Cases #5

Open
JosephTLyons opened this issue Mar 29, 2020 · 2 comments
Open

Rainbow Coloring Seems To Be Broken in Some Cases #5

JosephTLyons opened this issue Mar 29, 2020 · 2 comments

Comments

@JosephTLyons
Copy link

JosephTLyons commented Mar 29, 2020

In this image, I have strings of characters that are 20 characters long, separated by commas. There is a section in the middle that remains the same color for 5 sets of items.

Screen Shot 2020-03-29 at 12 22 48 AM

I've attached the file below:

50_unique_licenses.csv.zip

@andrey4623
Copy link
Owner

Hello, Joseph,

The section in the middle remains the same color for 5 sets of items, because there are double quotes.

A double quote must be escaped with another double quote. Alternatively, you can change an escape character in Preferences -> Editor -> General -> Rainbow CSV -> Escape Character.

@JosephTLyons
Copy link
Author

Ahhh, you are right. Thanks for pointing that out me and thanks for the tips on the settings, much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants