Sublime Forum

Syntax Wrong: Golang syntax wrong

#1

My syntax_test codes:

    ident[key] * ident[key]
//  ^^^^^ variable.other.go
//        ^^^  variable.other.go
//             ^ keyword.operator.go
//               ^^^^^ variable.other.go
//                     ^^^  variable.other.go

The second ident is a storage.type.go, but I expect it is variable.other.go

0 Likes