diff options
| author | Blista Kanjo | 2023-08-02 22:22:54 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-08-02 22:22:54 -0400 |
| commit | 7e72e9ac87fc1c052726202f84a1e16466e06ad4 (patch) | |
| tree | eb35478ad142aa154d80d85aa583500c5eab65b8 /.config/shell/zsh-fast-syntax-highlighting/.zunit.yml | |
| parent | 08e564a8e1d4c13ad4c046ca4bfc9ca7f72373bd (diff) | |
feat: `zsh` fast-syntax-highlighting plugin
Diffstat (limited to '.config/shell/zsh-fast-syntax-highlighting/.zunit.yml')
| -rw-r--r-- | .config/shell/zsh-fast-syntax-highlighting/.zunit.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/shell/zsh-fast-syntax-highlighting/.zunit.yml b/.config/shell/zsh-fast-syntax-highlighting/.zunit.yml new file mode 100644 index 0000000..e4fd57f --- /dev/null +++ b/.config/shell/zsh-fast-syntax-highlighting/.zunit.yml @@ -0,0 +1,8 @@ +tap: false +directories: + tests: tests + output: tests/_output + support: tests/_support +time_limit: 0 +fail_fast: false +allow_risky: false |
