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

Correct d-exceptions regexp #72

Closed nordlow closed 8 years ago

nordlow commented 8 years ago

This corrects the D exception matching regexp to not span multiple lines.

CyberShadow commented 8 years ago

Thanks. It took me a few minutes but I managed to reproduce it. Would be nice to provide test cases for fixes, especially now that we have a test file for compilation-mode highlighting.