vim-js-context-coloring icon indicating copy to clipboard operation
vim-js-context-coloring copied to clipboard

Spread operator

Open gunar opened this issue 9 years ago • 1 comments

I use the Spread operator ([ ...arrayToBeSpreaded, 'value 2' ]), but it breaks the highlight in JSContextColoring.

Is there a way to make this work?

Thank you.

gunar avatar Feb 05 '16 13:02 gunar

hmm, spread operator works for me... can you post the full file contents (or smallest test case) ? Which version of plugin are you using (maybe try an update if using git repo).

bigfish avatar Feb 17 '16 02:02 bigfish