go.vim 179 B

1234
  1. syn match Operator /\.\((\)\@!/ " ignore type assertion
  2. syn match Operator +/\(/\|*\)\@!+ " ignore comments
  3. syn match Operator /[|:-?+*;,<>&!~=%*]/
  4. hi link OperatorChars Operator