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

Fix exponential fontification time of backslashes in WYSIWYG-literals #65

Closed CyberShadow closed 8 years ago

CyberShadow commented 8 years ago

Fixes issue #64

Changes the regex introduced in #22 as follows:

Test file included, though it only tests for fontification time, not resulting syntax.

CyberShadow commented 8 years ago

Sidenote, maybe these regexen should be rewritten via rx.

russel commented 8 years ago

@CyberShadow Thanks for posting this pull request.