mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
@@ -179,11 +179,11 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>while</key>
|
||||
<string>^\s*(?!</(script|style|pre)>)</string>
|
||||
<string>^(?!.*</(script|style|pre)>)</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>end</key>
|
||||
<string>(?=</(script|style|pre)>)</string>
|
||||
<string>(?=.*</(script|style|pre)>)</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>begin</key>
|
||||
|
||||
Reference in New Issue
Block a user