From 2a9a003271da70745da05165c959d3fcc248e31e Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Mon, 11 Sep 2017 14:27:12 -0500 Subject: [PATCH] [template] don't compile highlighters test-data for syntax-highlighting submodule. See discussion on https://github.com/zsh-users/zsh-syntax-highlighting/pull/443 Fixes #205 --- templates/zlogin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zlogin b/templates/zlogin index bffb942..c004ffc 100644 --- a/templates/zlogin +++ b/templates/zlogin @@ -47,7 +47,7 @@ done # syntax-highlighting - for file in ${zim_mods}/syntax-highlighting/external/highlighters/**/*.zsh; do + for file in ${zim_mods}/syntax-highlighting/external/highlighters/**^test-data/*.zsh; do zcompare ${file} done zcompare ${zim_mods}/syntax-highlighting/external/zsh-syntax-highlighting.zsh