dominikh / go-mode.el

Emacs mode for the Go programming language
BSD 3-Clause "New" or "Revised" License
1.38k stars 211 forks source link

Fix false positive type alias fontification. #404

Closed muirdm closed 2 years ago

muirdm commented 2 years ago

We were interpreting "typeFoo = 123" as a type alias due to a bug in the regex.