Fix an issue where a @ in a block comment would cause IE conditional comment matching for the rest of the document

This commit is contained in:
Thomas Aylott
2008-08-18 10:30:37 -04:00
parent d6b73efb6b
commit c37f9a2552
+1 -1
View File
@@ -783,7 +783,7 @@
</dict>
</dict>
<key>end</key>
<string>/\*((@)end)\s*@\*/|(?&lt;=@)\*/</string>
<string>\*/</string>
<key>endCaptures</key>
<dict>
<key>1</key>