dominikh / go-mode.el

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

Bad font locking for triple func call #385

Open muirdm opened 3 years ago

muirdm commented 3 years ago

In

var f func(int) func(int) func(int)
f(123)(456)(789)

"456" is fontified as a function.