about summary refs log tree commit diff
path: root/Util/ztst-syntax.vim
Commit message (Collapse)AuthorAgeFilesLines
* 50671: enable spell check in *.ztst by vimJun-ichi Takimoto2022-09-291-2/+2
|
* unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test ↵Daniel Shahaf2020-06-171-1/+1
| | | | harness does.
* unposted: internal: ztst.vim: Make sure syntax elements are only hidden if ↵Daniel Shahaf2020-03-201-7/+16
| | | | they're followed by something visible
* 45345: internal: ztst.vim: Fix highlighting of zsh comments in test payloadDaniel Shahaf2020-01-281-1/+7
|
* unposted: internal: ztst.vim: Use :syn-sync to work around (#x) and ↵Daniel Shahaf2020-01-071-0/+10
| | | | "`\\\\\\\\`" confusing the highlighting.
* 45169/0001: In the test suite, allow test cases to be marked as expected to ↵Daniel Shahaf2020-01-011-1/+1
| | | | | | fail. See next commit for a use-case.
* unposted: internal: Vim ztst support: Add an ftplugin in addition to the ↵Daniel Shahaf2019-12-271-0/+85
syntax highlighter.