Emacs-D-Mode-Maintainers / Emacs-D-Mode

An Emacs mode for D code.
GNU General Public License v3.0
84 stars 21 forks source link

Fix backslashes in backquotes #22

Closed nordlow closed 10 years ago

nordlow commented 10 years ago

This fixes highlighting of raw string literals such as a single backslash surrounded by backticks. I'm unsure about the exact Emacs version where this was made possible.

See also https://stackoverflow.com/questions/25089090/emacs-d-mode-cannot-handle-backquoted-backslashes/25150600?noredirect=1#comment39366860_25150600

russel commented 10 years ago

Debian Sid only has Emacs 24.3. The fix works for this version so currently 24.3 is the minimum version of Emacs required for this change to "kick in". If others can prove it works on earlier version we can lower this number further.

nordlow commented 10 years ago

Great! Thx.

CyberShadow commented 8 years ago

This pull request introduced a regression: https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/issues/64