mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
50671: enable spell check in *.ztst by vim
This commit is contained in:
parent
c901c1e412
commit
b7f280ab59
2 changed files with 6 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ syn match ztstPayload /^\s.*/ contains=@zsh
|
|||
syn match ztstExitCode /^\d\+\|^-/ nextgroup=ztstFlags
|
||||
syn match ztstFlags /[.dDqf]*:/ contained nextgroup=ztstTestName contains=ztstColon
|
||||
syn match ztstColon /:.\@=/ contained
|
||||
syn region ztstTestName start=// end=/$/ contained
|
||||
syn region ztstTestName start=// end=/$/ contained contains=@Spell
|
||||
|
||||
syn match ztstInputMarker /^<.\@=/ nextgroup=ztstInput
|
||||
syn region ztstInput start=// end=/$/ contained
|
||||
|
|
@ -54,7 +54,7 @@ syn match ztstErrputLiteral /^[?].\@=/ nextgroup=ztstErrp
|
|||
syn region ztstErrput start=// end=/$/ contained
|
||||
|
||||
syn match ztstFrequentExplanationMarker /^F:/ nextgroup=ztstFrequentExplanation
|
||||
syn region ztstFrequentExplanation start=// end=/$/ contained
|
||||
syn region ztstFrequentExplanation start=// end=/$/ contained contains=@Spell
|
||||
|
||||
syn match ztstDirective /^%.*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue