go-mode.el
go-mode.el copied to clipboard
support sentence(forward-sentence, backwork-sentence)
It seems that sentence is not well supported now in go-mode. It fallbacks to paragraph.
Currently I set sentence-end
to "\\(?:[]{});\"]\\|\\sw\\|\\s-\\)$"
, which works for most cases.