haskell / haskell-mode

Emacs mode for Haskell
http://haskell.github.io/haskell-mode/
GNU General Public License v3.0
1.33k stars 342 forks source link

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

Open kenta2 opened 5 months ago

kenta2 commented 5 months ago

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.