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 7b887b2053
commit 3dd8342167
+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>