mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
45107: ztst.vim: Highlight some more special variables
This commit is contained in:
parent
f906ba9d37
commit
fa7e3146fa
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2019-12-22 Daniel Shahaf <danielsh@apache.org>
|
||||
|
||||
* 45107: Test/ztst.vim: Highlight some more special variables
|
||||
|
||||
* 45108: Test/ztst.vim: Conceal the '>' or '?' on pattern
|
||||
expected output / expected errput lines.
|
||||
|
||||
|
|
|
@ -54,7 +54,9 @@ syn match ztstDirective /^%.*/
|
|||
|
||||
syn match ztstComment /^#.*/
|
||||
|
||||
syn keyword ztstSpecialVariable ZTST_unimplemented ZTST_skip ZTST_testdir containedin=@zsh
|
||||
" Highlight those variables which are /de jure/ or /de facto/ APIs of the test
|
||||
" harness to the test files.
|
||||
syn keyword ztstSpecialVariable ZTST_unimplemented ZTST_skip ZTST_testdir ZTST_fd ZTST_srcdir containedin=@zsh
|
||||
|
||||
"" Highlight groups:
|
||||
hi def link ztstExitCode Number
|
||||
|
|
Loading…
Reference in a new issue