dart-lang/dart-vim-plugin

Doesn't highlight as

triallax opened this issue · 3 comments

@mhmdanas This is already supported -- see this line:

syntax keyword dartOperator new is as in

The dartOperator definition uses vim's Operator highlight class, as defined here:

highlight default link dartOperator Operator

Can you make sure:

  1. that you're using the latest version
  2. that your colour scheme makes the Operator highlight class obvious? Many don't.

@cbracken you were right! Changing the color scheme showed that it worked correctly. Sorry for the inconvenience.

No problem! Please file any issues you encounter!