atom / language-go

Go language package for Atom
Other
106 stars 65 forks source link

Support channels in variable declarations #139

Closed winstliu closed 7 years ago

winstliu commented 7 years ago

Would be nice to take another look at variable declarations (necessary for #136), but in the meantime adding an optional match for the channel operator will fix channels not getting tokenized.

Fixes #134