Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 3/3] ztst.vim: Highlight some more special variables
---
Test/ztst.vim | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author