Sublime Forum

[BUG] minor bug in Go syntax highlighting

#1

Hello

A bug report related to Go syntax highlighting:

The first chan in the following code doesn’t highlight properly:

func foo() (<-chan interface{}, chan<- interface{}) {
var _ <-chan interface{}
return nil, nil
}

Regards

Albert

P.S. My company bought 10 licenses of Sublime a while ago. Awesome product.

0 Likes