416 Commits (e4408343a10d9e56a776e0d5e17311b4850959be)

Author SHA1 Message Date
  Matthew Martin d6586e2a4f main: Order precommand_options and add '-' 6 years ago
  Matthew Martin 31276c1b64 main: Avoid empty character classes 6 years ago
  Matthew Martin 07f259f653 main: Avoid null elision in _check_path 6 years ago
  Matthew Martin e27e53b1ef main: Highlight unknown precommand option as unknown-token 6 years ago
  Matthew Martin c6e3d216ec main: Consolidate TOKENS_COMMANDSEPARATOR handling 6 years ago
  Matthew Martin 5bb5703b0d main: Move TOKENS_CONTROL_FLOW handling into command word branch 6 years ago
  Matthew Martin dea05e44e6 main: Recognize more redirection and array assignment parse errors 6 years ago
  Matthew Martin 2f03b6d704 main: Do not highlight a redirection target as an option 6 years ago
  Matthew Martin b075147888 main: Consolidate conditionals together. 6 years ago
  Matthew Martin 9289a57de0 main: Remove already_assigned 6 years ago
  Matthew Martin c76daac095 main: Move start_pos=$end_pos to the beginning of the loop 6 years ago
  Matthew Martin de28e20fbc main: Simplify this_word next_word updating 6 years ago
  Matthew Martin c05ebf762c main: Do not recognize always as a reserved word in a redirection 6 years ago
  Matthew Martin ae5b9b2dc9 main: Set redirection style when recognizing the redirection 6 years ago
  Matthew Martin df431eeee8 main: Recognize repeat with the other reserved words 6 years ago
  Matthew Martin 3ddb974a3d main: Remove needless code 6 years ago
  Matthew Martin b6e0aeb380 main: Use unknown-token when the token type is unknown 6 years ago
  Matthew Martin e3edddd8ec main: alias style overrides precommand style 6 years ago
  Matthew Martin c138123397 main: Move alias handling up. 6 years ago
  Matthew Martin 57386f30ae main: Recursively expand aliases 6 years ago
  Matthew Martin e1ecf950e2 main: Do path expanstion after alias expansion 6 years ago
  Matthew Martin f46b148c52 main: Only expand aliases in command position 6 years ago
  Matthew Martin 05a55108c9 main: Expand aliases before looking for redirections 6 years ago
  Daniel Shahaf e43e4fd2c7 'main': Fix $flags_sans_argument for 'nice'. 6 years ago
  Daniel Shahaf a56c33c3be Bump copyright years. 6 years ago
  Daniel Shahaf 005179ed8e 'main': Update $this_word state with our inferences. 6 years ago
  Daniel Shahaf 0709520597 No functional change. 6 years ago
  Daniel Shahaf f7ac43cd49 'main': Unify $ZSH_HIGHLIGHT_TOKENS_PRECOMMANDS and $precommand_options. 6 years ago
  Daniel Shahaf 31ceaed4f4 'main': Highlight array parameters in command position. 6 years ago
  Daniel Shahaf ad6261fbca 'main': Use a more robust way of testing for $parameters' availability. 6 years ago
  Daniel Shahaf 3a33ac1d20 'main': Break out a new helper function for readability. 6 years ago
  Daniel Shahaf f3425e18fe 'main': Let _zsh_highlight_main__type return false on failure. 6 years ago
  Daniel Shahaf 82c39716eb 'main': Write the "remainder" of the sentence in a comment. No functional change. 6 years ago
  Daniel Shahaf a2e993c59f 'main': Learn $flags_sans_arguments and use that to parse '-xy foo' correctly where -x takes no argument and -y does. 6 years ago
  Daniel Shahaf bee115f797 'main': Correct a comment. 6 years ago
  Daniel Shahaf 7f5e11e38b 'main': Remove superfluous variable. No functional change. 6 years ago
  Daniel Shahaf 78be8f611f 'main': Highlight 'doas'. 8 years ago
  Daniel Shahaf 8b11ca087e 'main': Highlight 'nice'. 8 years ago
  Daniel Shahaf 5694221939 'main': Highlight the 'command' precommand. 8 years ago
  Daniel Shahaf 4c7db4e886 'main': Update state machine docs. No functional change. 8 years ago
  Daniel Shahaf add2ac59fc 'main': Permit $flags_with_argument to be empty. 8 years ago
  Daniel Shahaf 6e8984e2ec 'main': Make sudo handling more generic. 8 years ago
  Daniel Shahaf dbdebfaaa5 'main': Following up to the last commit, also highlight braced parameter expansions: «${foo}». 6 years ago
  Daniel Shahaf bf055f7df2 'main': Fix the last commit's issue concerning parameter expansion at command word. 8 years ago
  Daniel Shahaf f3410c5862 'main': Expand aliases first. (Issue #264.) 8 years ago
  Matthew Martin e86f75a840 main: Highlight {command,process} substitution delimiters 6 years ago
  Matthew Martin 22839d08ef main: Return 0 if braces_stack is empty 6 years ago
  Matthew Martin 472c71c1fa main: Support the glob_assign option 6 years ago
  Matthew Martin 932eb380e2 main: Highlight the value of an assignment 6 years ago
  Matthew Martin c06e5e95dc main: Correct array assignment check 6 years ago