141 コミット (a5b8bc0ef05988506d9f20026ded7e52519b5dda)

作成者 SHA1 メッセージ 日付
  Daniel Shahaf a5b8bc0ef0 'main': Internal cleanup: drop $style_override. 8年前
  m0viefreak 3b67e656bf 'main': Implement simple command type cache 8年前
  m0viefreak 12b879caf7 'main': Use zsh/parameter instead of type -w 8年前
  m0viefreak 61f43255ab 'main': Support multiple styles in _zsh_highlight_main_add_region_highlight 8年前
  m0viefreak 2f18ba64e3 'main': use zsh/parameter to resolve alias 8年前
  Daniel Shahaf def8c0da83 Bump copyright years. 8年前
  Daniel Shahaf 7b82b88a71 'main': Don't leak the PATH_DIRS options. 8年前
  Sebastian Gniazdowski ef4bfe5bcc 'main': 2nd optimization that in my tests shows 2.2s -> 2.0s 8年前
  Sebastian Gniazdowski 02229ebd63 'main': optimization that in my tests shows 2.7s -> 2.2s 8年前
  Daniel Shahaf fc9c892a3f 'main': Fix issue #302, "Process substitution misparsed as redirection". 8年前
  Daniel Shahaf bfabffbf97 'main': Factor out common code. No functional change. 8年前
  Matthew Martin 341a3ae1f0 highlighters: Use _zsh_highlight_add_highlight 8年前
  Matthew Martin 089329660b highlighters: Pass around the style key instead of the style itself 8年前
  Daniel Shahaf bc7f8ea433 'main': Restore support for zsh-4.3.10 and older. 8年前
  Daniel Shahaf 4c23a2fd1b 'main': Highlight lone '!' correctly: it's not a history expansion. 8年前
  Daniel Shahaf e500ca2462 'main': Don't highlight in vared 8年前
  Sebastian Gniazdowski 3cb58fd7d7 Optimization: -1 is extra computation of string length internally 8年前
  Daniel Shahaf 451665cb2a 'main': Don't highlight at the $PS3 prompt. 8年前
  Daniel Shahaf 28932316cc aliases: Highlight aliases with '=' in their LHS as error. (Part of issue #263.) 8年前
  Daniel Shahaf 4f3910cbba Fix issue #248: Highlight 'pkexec' as a precommand. 8年前
  Daniel Shahaf 73ee7c1f6c Fix part of issue #238, "fd redirections at command word". 8年前
  Daniel Shahaf 09c4114eb9 command word: Do not attempt to interpret command separator tokens as anything else. 8年前
  Daniel Shahaf 17fbcad8ac 'main': Fix state check. 9年前
  Daniel Shahaf 29fd6ec1de Support the '|&', '&!', '&|' command separators. 8年前
  Daniel Shahaf 3ed0f7f823 noop: Consolidate two identical conditionals. 8年前
  Daniel Shahaf 2dbcb575e5 internal: Document the ':regular' state. 8年前
  Daniel Shahaf 4fcfb15913 Highlight parameter expansions that are a command word. 8年前
  Daniel Shahaf bdc1449733 noop: Break out a helper function. 8年前
  Daniel Shahaf 6e3720f39d dollar-double-quoted-argument: Support the syntax «"${foo}"». (Issue #186.) 8年前
  Daniel Shahaf 96ee5116b1 Fix issue #228, "Support the PATH_DIRS option". 8年前
  Daniel Shahaf b285c7b821 brackets: Highlight closing ')' of array assignments correctly. (Issue #226.) 8年前
  Daniel Shahaf c0dafd1d85 brackets: Highlight the closing brackets of subshells and blocks. (Issue #226.) 9年前
  Daniel Shahaf 28abb960de noop: Follow-up to last: improve readability. 9年前
  Daniel Shahaf a59f442d2d brackets: Highlight the closing brackets of arithmetic expansion. (Issue #226.) 9年前
  Daniel Shahaf 8b4adbd991 Fix issue #222, "command word after repeat". 9年前
  Daniel Shahaf 9e178f9f39 subshells: Highlight the opening parenthesis correctly. (Issue #166.) 9年前
  Daniel Shahaf d3deffbf46 minor: Fix WARN_CREATE_GLOBAL warnings issued by zsh 5.1.1-dev-0. 9年前
  Daniel Shahaf 8ab8c815ec Fix syntax error with zsh-5.0.5-dev-1 and older. 9年前
  Daniel Shahaf afa6bb3882 states work: Extend state machine documentation. 9年前
  Daniel Shahaf 1ac39b0af1 comments: Mark prematurely-terminated command as an error. 9年前
  Daniel Shahaf 693de99a90 comments: Fix issue #163 and #167: Highlight comments. 9年前
  Daniel Shahaf 2f05620b19 sudo: Flag an error when a required argument is missing. 9年前
  Daniel Shahaf 9cb87473cc sudo: Tweak state computations. 9年前
  Daniel Shahaf a3047a9121 sudo: Highlight an empty `sudo;` as an error. 9年前
  Daniel Shahaf 86e9249709 sudo/redirections: Fix remaining part of issue #221, "sudo and redirection don't mix". 9年前
  Daniel Shahaf 0d1bfbcbfa Highlight subshells and anonymous functions correctly. 9年前
  Daniel Shahaf c216242b46 command word: Highlight more reserved words. Part of issue #207. 9年前
  Daniel Shahaf 2218e26bf8 command word: Highlight 'else' correctly. Part of issue #207. 9年前
  Daniel Shahaf b397b12ac1 command word: Start fixing issue #207, "Word following certain reserved words should be a command word". 9年前
  Daniel Shahaf 01d7eeb3c7 Fix issue #205, "';' after assignment is highlighted as unknown-token". 9年前