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

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

Closes #21. #47

Closed dmakarov closed 9 years ago

dmakarov commented 9 years ago

Fix the regexp pattern that matches backslash chars in a back-quoted string literal. This pattern is used by the function that applies mode-specific syntax attributes.

Add a test case that checks the regression. (The testing infrastructure will be updated soon to validate the test case.)