You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Daniel Shahaf 51b9d79c3b 'main': Highlight mismatched parentheses and braces. 8 years ago
..
alias-assignment1.zsh tests: Remove unused_highlight 8 years ago
alias.zsh tests: Remove unused_highlight 8 years ago
anonymous-function.zsh tests: Specify the style key instead of the style itself 8 years ago
arithmetic-evaluation.zsh tests: Specify the style key instead of the style itself 8 years ago
assign-append.zsh tests: Remove unused_highlight 8 years ago
assign-argv.zsh 'main': Highlight scalar assignments to argv 8 years ago
assign-array.zsh tests: Remove unused_highlight 8 years ago
assign-array2.zsh 'main': Try the "non-command word" codepath when a word may be either a command word or a non-command word. 8 years ago
assign-array3.zsh 'main': Try the "non-command word" codepath when a word may be either a command word or a non-command word. 8 years ago
assign-semicolon.zsh tests: Remove unused_highlight 8 years ago
assign-subshell.zsh 'main': Try the "non-command word" codepath when a word may be either a command word or a non-command word. 8 years ago
assign.zsh tests: Explicitly test 'default' style inside an array assignment. 8 years ago
back-quoted-argument.zsh tests: Remove unused_highlight 8 years ago
backslash-continuation.zsh tests: Specify the style key instead of the style itself 8 years ago
braces1.zsh 'main': Highlight mismatched parentheses and braces. 8 years ago
braces2.zsh 'main': Support the IGNORE_BRACES option. 8 years ago
brackets-mismatch1.zsh 'main': Highlight mismatched parentheses and braces. 8 years ago
brackets-mismatch2.zsh 'main': Highlight mismatched parentheses and braces. 8 years ago
commandseparator.zsh tests: Remove unused_highlight 8 years ago
comment-leading.zsh tests: Specify the style key instead of the style itself 8 years ago
comment-off.zsh tests: Specify the style key instead of the style itself 8 years ago
comments.zsh tests: Specify the style key instead of the style itself 8 years ago
commmand-parameter.zsh tests: Specify the style key instead of the style itself 8 years ago
control-flow.zsh tests: Remove unused_highlight 8 years ago
control-flow2.zsh 'main': Fix issue #290, «Mishighlights "longloops" 'repeat'». 8 years ago
control-flow3.zsh tests: Extend issue #290 test with another variant. 8 years ago
dollar-quoted.zsh tests: Remove unused_highlight 8 years ago
dollar-quoted2.zsh tests: Remove unused_highlight 8 years ago
dollar-quoted3.zsh tests: Remove unused_highlight 8 years ago
double-hyphen-option.zsh tests: Remove unused_highlight 8 years ago
double-quoted.zsh tests: Specify the style key instead of the style itself 8 years ago
double-quoted2.zsh tests: Specify the style key instead of the style itself 8 years ago
double-quoted3.zsh tests: Specify the style key instead of the style itself 8 years ago
double-quoted4.zsh tests: Specify the style key instead of the style itself 8 years ago
empty-command.zsh tests: Specify the style key instead of the style itself 8 years ago
empty-command2.zsh tests: Specify the style key instead of the style itself 8 years ago
exec-redirection1.zsh 'main': Enable test for issue #238. 8 years ago
function.zsh tests: Remove unused_highlight 8 years ago
glob.zsh tests: Specify the style key instead of the style itself 8 years ago
hashed-command.zsh 'main': Use zsh/parameter instead of type -w 8 years ago
history-expansion.zsh tests: Remove unused_highlight 8 years ago
history-expansion2.zsh tests: Specify the style key instead of the style itself 8 years ago
multiline-string.zsh tests: Specify the style key instead of the style itself 8 years ago
multiline-string2.zsh tests: Remove unused_highlight 8 years ago
multiple-redirections.zsh tests: Specify the style key instead of the style itself 8 years ago
noglob-alias.zsh tests: Specify the style key instead of the style itself 8 years ago
noglob1.zsh tests: Specify the style key instead of the style itself 8 years ago
noglob2.zsh tests: Specify the style key instead of the style itself 8 years ago
off-by-one.zsh tests: New test to capture off-by-ones. 8 years ago
option-path_dirs.zsh tests: Specify the style key instead of the style itself 8 years ago
path-broken-symlink.zsh 'main': Highlight a broken symlink as a file. 8 years ago
path-dollared-word2.zsh 'main': New test, related to issue #328. 8 years ago
path-separators.zsh 'main': Highlight path separators 8 years ago
path-separators2.zsh 'main': Highlight path separators 8 years ago
path-space.zsh tests: Specify the style key instead of the style itself 8 years ago
path-tilde-home.zsh tests: Specify the style key instead of the style itself 8 years ago
path-tilde-home2.zsh tests: Specify the style key instead of the style itself 8 years ago
path-tilde-named.zsh tests: Specify the style key instead of the style itself 8 years ago
path.zsh tests: Specify the style key instead of the style itself 8 years ago
path_prefix.zsh tests: Remove unused_highlight 8 years ago
path_prefix2.zsh driver: Always bind zle-line-finish and use it instead of accept-* 8 years ago
precommand.zsh tests: Remove unused_highlight 8 years ago
precommand2.zsh 'main': Add test for issue #343, concerning the 'command' precommand. 8 years ago
prefix-redirection.zsh tests: Specify the style key instead of the style itself 8 years ago
redirection.zsh tests: Remove unused_highlight 8 years ago
redirection2.zsh 'main': Fix issue #302, "Process substitution misparsed as redirection". 8 years ago
reserved-word.zsh tests: Remove unused_highlight 8 years ago
simple-command.zsh tests: Specify the style key instead of the style itself 8 years ago
simple-redirection.zsh tests: Specify the style key instead of the style itself 8 years ago
subshell.zsh tests: Specify the style key instead of the style itself 8 years ago
sudo-command.zsh 'main': The word after 'sudo' is only a non-command word if it is an option. 8 years ago
sudo-comment.zsh tests: Remove unused_highlight 8 years ago
sudo-redirection.zsh tests: Remove unused_highlight 8 years ago
sudo-redirection2.zsh tests: Remove unused_highlight 8 years ago
sudo-redirection3.zsh tests: Remove unused_highlight 8 years ago
tilde-command-word.zsh tests: Specify the style key instead of the style itself 8 years ago
unbackslash.zsh tests: Remove unused_highlight 8 years ago
unknown-command.zsh tests: Specify the style key instead of the style itself 8 years ago
vanilla-newline.zsh tests: Specify the style key instead of the style itself 8 years ago
vi-linewise-mode.zsh tests: Add a regression test for issue #267, concerning highlighting a vi linewise region. 8 years ago