You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rainbow colouring is excellent - I have a query though as one of the columns as well as being in a colour it makes the separation character italic (a pipe in my case)
See attached image
The text was updated successfully, but these errors were encountered:
Hi @clarotech,
Thanks for the feedback!
One way to fix this is to use customized colors (without italic keyword), see instructions here: https://github.com/mechatroner/vscode_rainbow_csv/blob/master/test/color_customization_example.md
You can actually only customize the column which is italicized by your current color scheme, e.g. if it's column 3 you need to customize only "scope": "entity.name.function.rainbow3"
Another option is for me to make separator highlighting optional as suggested in #31 but the current VSCode API doesn't support this.
The rainbow colouring is excellent - I have a query though as one of the columns as well as being in a colour it makes the separation character italic (a pipe in my case)
See attached image
The text was updated successfully, but these errors were encountered: