[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
This commit is contained in:
parent
29e2043b99
commit
2a9a003271
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue