styled-components / vim-styled-components

Vim bundle for http://styled-components.com based javascript files.
300 stars 24 forks source link

`rainbow` plugin messes up `vim-styled-components` #40

Open fleischie opened 6 years ago

fleischie commented 6 years ago

See #36 for further discussion around this topic.

luochen1990/rainbow injects styles on runtime to highlight matching parenthesis and/or blocks in the same colors. This leads to issues with static highlighting, as these may be overwritten.

As I understood, this plugin is known to have issues with other plugins, but would be nice to work around the discrepancies to make the combination of both work.