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

Yet Another Unparsable Raw String Literal #25

Closed nordlow closed 10 years ago

nordlow commented 10 years ago

I just noticed that the following raw string literal is not handled correctly in d-mode

`\\\`
russel commented 10 years ago
`\`

Is also a problem. Someone mentioned this somewhere I have lost track of where.

I am not sure how to attack this series of related problems.

russel commented 10 years ago

I am closing this issue as I believe it to replicate the point of Issue #21 .