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

support sentence(forward-sentence, backwork-sentence) #427

Open netjune opened 9 months ago

netjune commented 9 months ago

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.