unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test harness does.

This commit is contained in:
Daniel Shahaf
2020-06-17 09:37:40 +00:00
parent 33361e81bc
commit 14513e6ef3
2 changed files with 6 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ syn match ztstErrputPatternMarker /[?].\@=/ contained conceal
syn match ztstErrputLiteral /^[?].\@=/ nextgroup=ztstErrput
syn region ztstErrput start=// end=/$/ contained
syn match ztstFrequentExplanationMarker /^F:.\@=/ nextgroup=ztstFrequentExplanation
syn match ztstFrequentExplanationMarker /^F:/ nextgroup=ztstFrequentExplanation
syn region ztstFrequentExplanation start=// end=/$/ contained
syn match ztstDirective /^%.*/