From fa7e3146fa9ab494d5e8d44b03a341f1afee5a7f Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 21 Dec 2019 11:43:31 +0000 Subject: 45107: ztst.vim: Highlight some more special variables --- ChangeLog | 2 ++ Test/ztst.vim | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5e54ffbbc..f09c8ea5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2019-12-22 Daniel Shahaf + * 45107: Test/ztst.vim: Highlight some more special variables + * 45108: Test/ztst.vim: Conceal the '>' or '?' on pattern expected output / expected errput lines. diff --git a/Test/ztst.vim b/Test/ztst.vim index 842564de2..8d8becfe7 100644 --- a/Test/ztst.vim +++ b/Test/ztst.vim @@ -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 -- cgit 1.4.1