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

Generic fontification #400

Closed muirdm closed 1 year ago

muirdm commented 2 years ago

Attempt to fix some fortification issues with type params

393

dominikh commented 1 year ago

@muirdm is this ready for merging as is?

muirdm commented 1 year ago

is this ready for merging

No, I'm not really happy with this. We can peel off just the first commit for now for some relief.

I have a different branch with a somewhat better approach - let me try to get that ready for eyes.

muirdm commented 1 year ago

I opened #410 that has a better approach where we can "piggyback" on top of the existing type fontification in most cases.