416 Commits (e4408343a10d9e56a776e0d5e17311b4850959be)

Author SHA1 Message Date
  Daniel Shahaf 8feb06a022 'main': Support parameter elision in command position. 4 years ago
  Daniel Shahaf fdf682a2f9 'main': Expand comment. 4 years ago
  Daniel Shahaf 9134cdf8d6 'main': Allow newlines in command position. 4 years ago
  Daniel Shahaf 54e1828d5c 'main': Clarify documentation of the :sudo_opt: and :sudo_arg: states. 4 years ago
  Daniel Shahaf 81267ca313 'main': Highlight pipes inside array assignments as errors 4 years ago
  Daniel Shahaf bfd44f5c3f noop: Add comments. 4 years ago
  Daniel Shahaf 3ca93f864f 'main': Highlight literal semicolons in array assignments as errors. 4 years ago
  Daniel Shahaf a4525a0826 'main': Add infrastructure for treating literal newlines differently to semicolons. 4 years ago
  Daniel Shahaf 1a752da1c2 Highlight redirections by default, and add that to the examples in README. 4 years ago
  Daniel Shahaf edfc7dfd9b 'main': Fix issue #577. 4 years ago
  Daniel Shahaf 3cea1434ae Bump copyright years. 4 years ago
  Daniel Shahaf f729726300 'main': Do not look for metacharacters in parameter expansions. 4 years ago
  Daniel Shahaf 2f4f81cab7 'main': Parameter expansions may not contain assignments. 4 years ago
  Daniel Shahaf 1a55dc8fc2 'main': Pass parameters through the multi-word machinery, as we already do for aliases. 4 years ago
  Daniel Shahaf 52ea5c686a 'main': precommands += chronic, ifne (from moreutils) 4 years ago
  Daniel Shahaf 77c6bf2019 'main': precommands: Remove argumentless options that can't be followed by a command word. 4 years ago
  Daniel Shahaf e2e97dde9c 'main': Support tabbed(1) from suckless-tools 4 years ago
  Daniel Shahaf cb166dcc77 'main': Restore 0.6.0's behaviour for unknown options. 4 years ago
  Daniel Shahaf 5012d771f3 'main': Don't highlight unknown precommand flags as errors. 4 years ago
  Daniel Shahaf b1f36d9c5f 'main': Add a comment. 4 years ago
  Daniel Shahaf 08edf8db7f 'main': Fix the $CDPATH from the previous commit. 4 years ago
  Daniel Shahaf c3293ba0d8 'main': Update comments after last commit. No functional change. 4 years ago
  Daniel Shahaf 21cdd6bc5e 'main': Simplify alias handling. 4 years ago
  Daniel Shahaf f32d1704b1 'main': Fix issue #652. 4 years ago
  Daniel Shahaf 86fe054005 'main': precommands += ssh-agent 4 years ago
  Daniel Shahaf 533bfa0116 'main': Fix the new 'backslash' test on zsh-5.0.2 and older. (The bug 4 years ago
  Daniel Shahaf 2d0dddf58b 'main': Don't dequote the word in command position before analyzing it. 4 years ago
  Daniel Shahaf 27fa4a6546 noop: Quote the bitflag values. 4 years ago
  Daniel Shahaf ae5ad09cf5 Bump copyright years. 4 years ago
  Daniel Shahaf de95d50bce 'main': Fix highlighting of the 'time' and 'nocorrect reserved words 4 years ago
  Daniel Shahaf 6647e88606 'main': Add some precommands. 4 years ago
  Matthew Martin 139ea2b189 main: Avoid $end_pos when calculating $arg size 4 years ago
  Matthew Martin b55832c5f8 main: Drop X_ from X_ZSH_HIGHLIGHT_DIRS_BLACKLIST 5 years ago
  Matthew Martin 9cc0060334 main: Stop highlighting alias as its first word too 6 years ago
  Matthew Martin b3f66fc874 main: Use zsyh_user_options when splitting alias RHS 6 years ago
  Matthew Martin 83249e1b23 main: Do not highlight empty region between two adjacent $() 5 years ago
  Daniel Shahaf fd4c5db4c9 'main': Fix an issue whereby a --option was highlighted as a file 5 years ago
  Daniel Shahaf 5f80147c55 'main': Follow-up to last commit: Fix stdbuf options spec. 5 years ago
  Daniel Shahaf 3e86ef59b7 'main': precommands += stdbuf 5 years ago
  Daniel Shahaf 809443f5c5 'main': Add the issue number for future reference. 5 years ago
  Daniel Shahaf abec25d013 'main': _zsh_highlight_main__type: Add comments. 5 years ago
  Daniel Shahaf 79596a84be 'main': Document the last change. 5 years ago
  Daniel Shahaf 37d6108215 'main': Work around a zsh bug reported to us as #606. 5 years ago
  Matthew Martin 1e34c4aa0b main: in arguments starting with %?, ? is not a glob 5 years ago
  Daniel Shahaf 3e6d1375c9 main: Fix check for suffix aliases (fixes #574) 5 years ago
  Daniel Shahaf 44b89f3307 main: Fold '!' handling in to the 'case'. No functional change. 6 years ago
  Daniel Shahaf 0c9252ac69 Fix indentation. No functional change. 6 years ago
  Daniel Shahaf 6cf522b7b3 main: Fix highlighting of the ! precommand after array assignments. Add tests. 6 years ago
  Daniel Shahaf 298ef6a2fa main: Highlight the ! precommand as an error when not at the start of a pipeline. 6 years ago
  Matthew Martin d9e326b993 main: consume trailing whitespace in _highlight_list 6 years ago