Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions go-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,7 @@ For mode=set, all covered lines will have this weight."
(modify-syntax-entry ?\' "\"" st)
(modify-syntax-entry ?` "\"" st)
(modify-syntax-entry ?\\ "\\" st)
;; TODO make _ a symbol constituent now that xemacs is gone
(modify-syntax-entry ?_ "w" st)
(modify-syntax-entry ?_ "_" st)

st)
"Syntax table for Go mode.")
Expand Down