AlanQuatermain / go-tmbundle

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

Fixed: variable init scoping (var...) #38

Closed dhowden closed 11 years ago

dhowden commented 11 years ago

Previously all space and commas were matched into a variable scope, which caused problems with word selection.

Similar to previous fix for variable initialisation using ":=".