... |
... |
@@ -306,22 +306,22 @@
|
306 |
306 |
|
307 |
307 |
<context name="tx_options" attribute="Normal Text" lineEndContext="#pop">
|
308 |
308 |
<IncludeRules context="comments" />
|
309 |
|
- <RegExpr attribute="Tx Keyword" String="-nolen" />
|
310 |
|
- <RegExpr attribute="Tx Keyword" context="string-arg" String="\-(?:body|gzipbody|hdr|proto) " />
|
311 |
|
- <RegExpr attribute="Tx Keyword" context="int-arg" String="\-(?:bodylen|gzip(?:len|residual|level))" />
|
312 |
309 |
<LineContinue attribute="Normal Text" context="#stay" />
|
313 |
310 |
</context>
|
314 |
311 |
|
315 |
312 |
<!-- Define syntax for the client-specific txreq keyword -->
|
316 |
313 |
<context name="txreq_options" attribute="String" lineEndContext="#pop">
|
317 |
314 |
<IncludeRules context="tx_options" />
|
318 |
|
- <RegExpr attribute="TxReq Keyword" context="string-arg" String="\-(?:req|url)" />
|
|
315 |
+ <RegExpr attribute="TxReq Keyword" context="string-arg" String="\-(?:proto|req|url|hdr|body)" />
|
|
316 |
+ <RegExpr attribute="TxReq Keyword" context="int-arg" String="\-bodylen" />
|
319 |
317 |
</context>
|
320 |
318 |
|
321 |
319 |
<!-- Define syntax for the server-specific txresp keyword -->
|
322 |
320 |
<context name="txresp_options" attribute="Normal Text" lineEndContext="#pop">
|
323 |
321 |
<IncludeRules context="tx_options" />
|
324 |
|
- <RegExpr attribute="TxResp Keyword" context="string-arg" String="\-msg" />
|
|
322 |
+ <RegExpr attribute="TxResp Keyword" String="-nolen" />
|
|
323 |
+ <RegExpr attribute="TxResp Keyword" context="int-arg" String="\-(?:bodylen|gzip(?:len|residual|level))" />
|
|
324 |
+ <RegExpr attribute="TxResp Keyword" context="string-arg" String="\-(?:body|gzipbody|hdr|msg|proto)" />
|
325 |
325 |
<RegExpr attribute="TxResp Keyword" context="status-arg" String="\-status" />
|
326 |
326 |
</context>
|
327 |
327 |
|