AlanQuatermain / go-tmbundle

A TextMate bundle for the Go programming language.
http://alanquatermain.net/
Other
127 stars 40 forks source link

Interface snippet should not conflict with the keyword `int`. #46

Closed jish closed 10 years ago

jish commented 10 years ago

When using the function snippet and declaring variables of type int, the Interface snippet conflicts and interrupts the current snippet:

func<tab>

func foo(x int<tab>) type {
  // body
}

Causes the interface snippet to kick in.

jish commented 10 years ago

Closing. It looks like this was merged into https://github.com/syscrusher/golang.tmbundle