nickspoons / vim-cs

Official Vim Runtime Files for C#
9 stars 3 forks source link

Constrain csTypeOfOperand to typeof expressions #26

Closed dkearns closed 2 years ago

dkearns commented 2 years ago

This fixes csTypeOfOperand matching at the top level and adds some tests for highlighting of typeof expressions.

nickspoons commented 2 years ago

This is the right fix, thank you.