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

Fix go.mod fontification. #377

Closed muirdm closed 3 years ago

muirdm commented 3 years ago

Tweak keyword regex so it always allows version after module name. Both modules and versions are now fontified properly in:

replace (
  example.com/foo v1.2.3 => example.com/bar v4.5.6
)