haskell-mode icon indicating copy to clipboard operation
haskell-mode copied to clipboard

Make dabbrev-expand detect underbar and prime as part of identifiers

Open kenta2 opened this issue 1 year ago • 0 comments

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.

kenta2 avatar Apr 28 '24 08:04 kenta2