amehat / atom-language-d

plugins and themes for Atom
Other
16 stars 6 forks source link

Fix strings in template instantiations (ctRegex!(`...`)) causing the … #11

Closed forbjok closed 8 years ago

forbjok commented 8 years ago

When using ctRegex!(``), the entire rest of the file would incorrectly be syntax highlighted as being inside a string. This fixes it by adding strings to the template instantiation pattern's patterns.

jameslzhu commented 8 years ago

Whoops. Thanks for the catch.