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

Incorrect escaping of string litterals #45

Closed mathias-lang-sociomantic closed 9 years ago

mathias-lang-sociomantic commented 9 years ago
import std.stdio;
void main() { writeln(`This is an embedded \`); }

Emacs-D-Mode will highlight everything after the first backslash as string literal, but it shouldn't.

russel commented 9 years ago

I believe this is a duplicate of #21 so I am closing this issue and keeping the older one.