Doesn't highlight as
triallax opened this issue · 3 comments
triallax commented
cbracken commented
@mhmdanas This is already supported -- see this line:
dart-vim-plugin/syntax/dart.vim
Line 27 in c16efc1
The dartOperator definition uses vim's Operator highlight class, as defined here:
dart-vim-plugin/syntax/dart.vim
Line 113 in c16efc1
Can you make sure:
- that you're using the latest version
- that your colour scheme makes the
Operatorhighlight class obvious? Many don't.
triallax commented
@cbracken you were right! Changing the color scheme showed that it worked correctly. Sorry for the inconvenience.
cbracken commented
No problem! Please file any issues you encounter!
