... |
... |
@@ -418,8 +418,13 @@
|
418 |
418 |
<LineContinue attribute="Normal Text" context="#stay" />
|
419 |
419 |
</context>
|
420 |
420 |
<context name="varnish_errvclannounced" attribute="Normal Text" lineEndContext="#stay">
|
|
421 |
+ <DetectChar attribute="String" context="varnish_errvclcode-quoted" char=""" />
|
421 |
422 |
<DetectChar attribute="Region Marker" context="varnish_errvclcode" char="{" beginRegion="errvclcode_block" />
|
422 |
423 |
</context>
|
|
424 |
+ <context name="varnish_errvclcode-quoted" attribute="String" lineEndContext="#pop">
|
|
425 |
+ <Detect2Chars attribute="String" context="#stay" char="\" char1=""" />
|
|
426 |
+ <DetectChar attribute="String" context="varnish_postvcldefinition" char=""" />
|
|
427 |
+ </context>
|
423 |
428 |
<context name="varnish_errvclcode" attribute="Normal Text" lineEndContext="#stay">
|
424 |
429 |
<DetectChar attribute="Normal Text" context="varnish_errvclcode-internal" char="{" />
|
425 |
430 |
<DetectChar attribute="Region Marker" context="varnish_postvcldefinition" char="}" endRegion="errvclcode_block" />
|