haskell-mode
haskell-mode copied to clipboard
Make dabbrev-expand detect underbar and prime as part of identifiers
The regex syntax \s_ is documented at https://www.gnu.org/software/emacs/manual/html_node/emacs/Regexp-Backslash.html, and the syntax table entries for prime and underbar (underscore) are already set in haskell-mode-syntax-table.