We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following vim plugin does that:
https://github.com/mechatroner/rainbow_csv
I'm not sure if this is possible with your plugin, but it is definitely a life-saver when working with CSV files.
The text was updated successfully, but these errors were encountered:
I think you can try the following config:
let s:rainbow_conf = { \ 'separately': { \ 'csv': { \ 'parentheses': ['start=/\v[^,]+|(,\ze,)/ step=/\v\,/ end=/$/ keepend'], \ }, \ } \}
And you have to :set ft=csv to enable hilighting for csv files.
:set ft=csv
Sorry, something went wrong.
No branches or pull requests
The following vim plugin does that:
https://github.com/mechatroner/rainbow_csv
I'm not sure if this is possible with your plugin, but it is definitely a life-saver when working with CSV files.
The text was updated successfully, but these errors were encountered: