Commit Graph

  • d4ab7e51d2 redo _zsh_highlight__function_callable_p Daniel Shahaf 2016-09-16 04:34:59 +0000
  • 38477f2a3d driver: Use a different way of checking whether add-zle-hook-widget is present. Daniel Shahaf 2016-09-05 03:23:08 +0000
  • d98622dcd0 changelog: Use a more specific link. Daniel Shahaf 2016-09-05 04:45:05 +0000
  • 04fd6bbf53 changelog: Note the effect of fixing #245/#90 and an alternative. Daniel Shahaf 2016-09-05 04:41:51 +0000
  • 30c6e70394 driver: Pass zle-line-finish arguments on to _zsh_highlight. Daniel Shahaf 2016-08-24 22:56:09 +0000
  • 74a27de70d driver: Hook zle-line-finish. Daniel Shahaf 2016-07-29 20:32:29 +0000
  • 85e62a8171 driver: Reimplement using 'add-zle-hook-widget zle-line-pre-redraw' Daniel Shahaf 2016-06-15 23:26:23 +0000
  • aed99f6a3e wrappers: Reimplement using Mikachu's zle-line-pre-redraw hook (workers/36650). Daniel Shahaf 2015-09-30 18:56:35 +0000
  • d6586e2a4f main: Order precommand_options and add '-' Matthew Martin 2018-10-10 23:22:41 -0500
  • 31276c1b64 main: Avoid empty character classes Matthew Martin 2018-10-10 23:02:33 -0500
  • 07f259f653 main: Avoid null elision in _check_path Matthew Martin 2018-10-09 23:25:31 -0500
  • e27e53b1ef main: Highlight unknown precommand option as unknown-token Matthew Martin 2018-10-09 22:51:54 -0500
  • c6e3d216ec main: Consolidate TOKENS_COMMANDSEPARATOR handling Matthew Martin 2018-10-01 18:24:51 -0400
  • 5bb5703b0d main: Move TOKENS_CONTROL_FLOW handling into command word branch Matthew Martin 2018-10-01 18:24:03 -0400
  • dea05e44e6 main: Recognize more redirection and array assignment parse errors Matthew Martin 2018-10-01 18:18:52 -0400
  • 2f03b6d704 main: Do not highlight a redirection target as an option Matthew Martin 2018-10-01 18:14:56 -0400
  • b075147888 main: Consolidate conditionals together. Matthew Martin 2018-10-01 18:06:33 -0400
  • 9289a57de0 main: Remove already_assigned Matthew Martin 2018-10-01 13:55:14 -0400
  • c76daac095 main: Move start_pos=$end_pos to the beginning of the loop Matthew Martin 2018-10-01 13:47:13 -0400
  • de28e20fbc main: Simplify this_word next_word updating Matthew Martin 2018-03-25 21:44:39 -0500
  • c05ebf762c main: Do not recognize always as a reserved word in a redirection Matthew Martin 2018-03-25 21:43:56 -0500
  • ae5b9b2dc9 main: Set redirection style when recognizing the redirection Matthew Martin 2018-03-25 21:43:40 -0500
  • df431eeee8 main: Recognize repeat with the other reserved words Matthew Martin 2018-03-25 21:43:24 -0500
  • 3ddb974a3d main: Remove needless code Matthew Martin 2018-03-25 21:42:57 -0500
  • b6e0aeb380 main: Use unknown-token when the token type is unknown Matthew Martin 2018-10-01 12:23:47 -0400
  • 4748f9bd3d main: Add alias tests Matthew Martin 2018-10-01 12:04:36 -0400
  • e3edddd8ec main: alias style overrides precommand style Matthew Martin 2018-10-01 11:56:08 -0400
  • c138123397 main: Move alias handling up. Matthew Martin 2018-10-01 11:54:25 -0400
  • 57386f30ae main: Recursively expand aliases Matthew Martin 2018-10-01 11:23:59 -0400
  • e1ecf950e2 main: Do path expanstion after alias expansion Matthew Martin 2018-10-01 11:10:44 -0400
  • f46b148c52 main: Only expand aliases in command position Matthew Martin 2018-03-25 21:42:36 -0500
  • 99d7235c2b main: Add test for an alias to a redirection Matthew Martin 2018-03-25 21:44:55 -0500
  • 05a55108c9 main: Expand aliases before looking for redirections Matthew Martin 2018-03-25 21:41:03 -0500
  • e43e4fd2c7 'main': Fix $flags_sans_argument for 'nice'. Daniel Shahaf 2018-01-13 14:21:30 +0000
  • a56c33c3be Bump copyright years. Daniel Shahaf 2018-01-13 14:05:25 +0000
  • 005179ed8e 'main': Update $this_word state with our inferences. Daniel Shahaf 2018-01-12 16:08:22 +0000
  • 0709520597 No functional change. Daniel Shahaf 2018-01-12 16:02:41 +0000
  • f7ac43cd49 'main': Unify $ZSH_HIGHLIGHT_TOKENS_PRECOMMANDS and $precommand_options. Daniel Shahaf 2018-01-12 14:03:39 +0000
  • 31ceaed4f4 'main': Highlight array parameters in command position. Daniel Shahaf 2018-01-12 13:54:02 +0000
  • ad6261fbca 'main': Use a more robust way of testing for $parameters' availability. Daniel Shahaf 2018-01-12 13:49:03 +0000
  • 3a33ac1d20 'main': Break out a new helper function for readability. Daniel Shahaf 2018-01-12 13:46:11 +0000
  • f3425e18fe 'main': Let _zsh_highlight_main__type return false on failure. Daniel Shahaf 2018-01-12 13:45:52 +0000
  • 82c39716eb 'main': Write the "remainder" of the sentence in a comment. No functional change. Daniel Shahaf 2018-01-12 13:38:06 +0000
  • a2e993c59f 'main': Learn $flags_sans_arguments and use that to parse '-xy foo' correctly where -x takes no argument and -y does. Daniel Shahaf 2018-01-12 13:32:30 +0000
  • bee115f797 'main': Correct a comment. Daniel Shahaf 2018-01-12 13:05:07 +0000
  • 7f5e11e38b 'main': Remove superfluous variable. No functional change. Daniel Shahaf 2018-01-12 13:02:39 +0000
  • 78be8f611f 'main': Highlight 'doas'. Daniel Shahaf 2016-09-15 15:42:35 +0000
  • 8b11ca087e 'main': Highlight 'nice'. Daniel Shahaf 2016-07-28 08:22:40 +0000
  • 5694221939 'main': Highlight the 'command' precommand. Daniel Shahaf 2016-07-28 07:50:38 +0000
  • 4c7db4e886 'main': Update state machine docs. No functional change. Daniel Shahaf 2016-07-28 08:26:48 +0000
  • add2ac59fc 'main': Permit $flags_with_argument to be empty. Daniel Shahaf 2016-07-28 07:42:54 +0000
  • 6e8984e2ec 'main': Make sudo handling more generic. Daniel Shahaf 2016-07-28 07:37:59 +0000
  • dbdebfaaa5 'main': Following up to the last commit, also highlight braced parameter expansions: «${foo}». Daniel Shahaf 2017-12-25 05:20:40 +0000
  • bf055f7df2 'main': Fix the last commit's issue concerning parameter expansion at command word. Daniel Shahaf 2016-07-28 22:41:23 +0000
  • 5298397f66
    Use shallow clone while installing Ashesh Kumar Singh 2018-10-10 22:40:09 +0530
  • 1ed57d0e85
    Merge 4c5d44d5e4 into cf88b63523 Daniel Shahaf 2018-10-10 10:50:56 +0000
  • 4c5d44d5e4 'main': First stab at not considering escaped aliases to be aliases. Daniel Shahaf 2018-10-10 10:46:56 +0000
  • c736908026 fixup! 'main': Don't highlight aliases in "fake" command word positions, such as 'sudo ls'. Daniel Shahaf 2018-10-10 10:46:04 +0000
  • 00d9b7a6b2 'main': Don't highlight aliases in "fake" command word positions, such as 'sudo ls'. Daniel Shahaf 2018-10-10 10:07:57 +0000
  • d937cee71b 'main': Add :alias: state. Daniel Shahaf 2018-10-10 09:45:47 +0000
  • 76d61360a7 'main': New XFail test for parameter expansion at command word. Daniel Shahaf 2016-07-28 22:41:23 +0000
  • f3410c5862 'main': Expand aliases first. (Issue #264.) Daniel Shahaf 2016-07-28 08:16:22 +0000
  • cf88b63523 docs: Remove superfluous indentations in code block MinJae Kwon 2018-10-03 22:07:46 +0900
  • 3289b35abb
    Merge db3a020606 into 565463ca8f MinJae Kwon 2018-10-03 13:08:27 +0000
  • db3a020606
    Remove indentations in code block MinJae Kwon 2018-10-03 22:07:46 +0900
  • d08d5ef7c5 main: Remove quotes before tilde expansion Matthew Martin 2018-02-11 13:03:56 -0600
  • b9d8ab1edf driver: Highlight even after a widget returns non-zero Matthew Martin 2017-12-24 22:30:42 -0600
  • 565463ca8f 'main': Add regression test for an unclosed backtick substitution Daniel Shahaf 2018-09-30 15:45:18 -0400
  • e86f75a840 main: Highlight {command,process} substitution delimiters Matthew Martin 2018-04-14 14:00:03 -0500
  • 22839d08ef main: Return 0 if braces_stack is empty Matthew Martin 2018-04-14 13:38:02 -0500
  • 472c71c1fa main: Support the glob_assign option Matthew Martin 2018-04-14 08:31:15 -0500
  • 9616bfdb20 main: Ignore zsh 5.0.8 off by one bug in tests Matthew Martin 2018-04-04 23:10:54 -0500
  • 8a93b852ca main: Add test for command substitution in assignment Matthew Martin 2018-03-27 23:11:21 -0500
  • 932eb380e2 main: Highlight the value of an assignment Matthew Martin 2018-03-21 19:59:53 -0500
  • c06e5e95dc main: Correct array assignment check Matthew Martin 2018-03-21 19:51:48 -0500
  • 12e01336f1 main: Start _highlight_argument at $1 Matthew Martin 2018-03-21 19:43:19 -0500
  • 13d332af95 main: Make _check_path's argument explicit Matthew Martin 2018-03-21 19:24:53 -0500
  • 57e451b531 main: Add test for unclosed command substitution Matthew Martin 2018-03-14 23:03:35 -0500
  • 49dbb05791 main: Add test for =( ) process substitution Matthew Martin 2018-03-14 22:56:21 -0500
  • c0e64fe131 main: Highlight =( ) process substitutions Matthew Martin 2018-03-14 22:47:33 -0500
  • 73640b79ea main: Change conditional to a switch Matthew Martin 2018-03-14 22:46:49 -0500
  • beae08776a main: Add test for embedded process substitution Matthew Martin 2018-03-10 15:05:03 -0600
  • 08d4401fae main: Highlight <( ) and >( ) process substitutions Matthew Martin 2018-03-10 15:03:25 -0600
  • 3ac7d1c785 main: Add test for nested backticks; summon Cthulhu Matthew Martin 2018-03-15 07:27:00 -0500
  • 9db393309e main: Recurse into backtick command substitutions Matthew Martin 2018-03-12 19:29:09 -0500
  • c40c72c386 main: Track if $buf has the end of $BUFFER Matthew Martin 2018-03-20 21:03:22 -0500
  • b75169597e main: Highlight command substitutions Matthew Martin 2018-03-10 15:03:02 -0600
  • ce592bd5c7 main: Move highlighting to _main_paint Matthew Martin 2018-03-10 14:58:01 -0600
  • ead8f8a1fc main: Split highlighting code into another function Matthew Martin 2018-03-10 14:47:52 -0600
  • 81e89a8800 main: Reorder declarations for next commit Matthew Martin 2018-03-10 14:45:47 -0600
  • dbce7317c7 main: Add buf_offset variable Matthew Martin 2018-03-10 14:34:46 -0600
  • 49cc5e25b8 main: Simplify interface to __stack_pop Matthew Martin 2018-03-10 14:31:15 -0600
  • b1eb0358fa main: Move fallback calculation to a function Matthew Martin 2018-03-12 20:11:59 -0500
  • 8a0ffe1c43 main: Allow for patterned fallbacks Matthew Martin 2018-03-12 19:34:25 -0500
  • 2fd7fbc3c2 main: Do not skip over backslash floowed by space or tab Matthew Martin 2018-09-29 21:29:45 -0400
  • 1eedb23c65 main: Fix blacklist dirs check when there is more than one element Matthew Martin 2018-09-24 07:07:32 -0500
  • 3a7ddcda0b
    #535: locally enable BARE_GLOB_QUAL option when loading highlighters Julien Nicoulaud 2018-09-22 22:50:46 +0200
  • 8348e2d2cc
    Enable testing on zsh 5.5.x/5.6.x releases Julien Nicoulaud 2018-09-22 21:27:01 +0200
  • 683321d862
    Merge pull request #529 from wraeth/master Matthew Martin 2018-09-22 12:47:47 -0500
  • 42d396d819 driver: Exclude yank-pop again (#183). Adam Johnson 2018-09-07 18:21:53 +0000