vim-coffee-script icon indicating copy to clipboard operation
vim-coffee-script copied to clipboard

Emphasize `coffeeInterpDelim` for more distinction from `String`

Open summivox opened this issue 13 years ago • 0 comments

link coffeeInterpDelim to Operator instead of PreProc. In this way it's more likely to be colored differently from String in a variety of color schemes.

Edit: Rationale: "abc #{ expr } def" is just 'abc' + expr + 'def', so#{ and } are actually "+ and +", which look like operators to me. Normally String and Operator are contrasted, since string concatenation is frequent.

summivox avatar Nov 07 '12 15:11 summivox