69 コミット (42495cc5d6ff32fc4486026ff5b29e1609bd7ca1)

作成者 SHA1 メッセージ 日付
  Daniel Shahaf c2b9327b07 Support literal newlines, part 2 9年前
  Daniel Shahaf 52ece975c3 Update comments. No functional change. 9年前
  Daniel Shahaf 359d48bf78 Don't highlight prefix redirections as error 9年前
  Daniel Shahaf ff4d402e9a Highlight the first part of multiline strings correctly 9年前
  Daniel Shahaf 384be15b13 Support literal newlines 9年前
  Daniel Shahaf 23cacb12fe Support backslash continuations 9年前
  Daniel Shahaf 667495bfb7 Support multiline strings 9年前
  Daniel Shahaf 2c5acaefa9 Refactoring, no functional change 9年前
  Joost Cassee d7d4dff1c8 Add 'line' highlighter for the whole buffer 10年前
  Randy e8cc271314 Resolves slow performance in brackets highlighter 10年前
  sonnym 04f9c8884f highlight ^old^new pattern 10年前
  Lucas Hoffmann 784a5dc35b protect alias expansion from interpreting aliases as options 11年前
  Mark Lodato 441f1a8aad highlight array assignments of the form x[y]=... 11年前
  Mark Lodato c62cb54e9d do not remove quotes when checking assignments 11年前
  Akinori MUSHA 0fc6b07509 Do not leak a variable: cdpath_dir. 11年前
  Antoine Catton 3b3a58be91 Fix #121: sudo syntax highlighting incorrectly 11年前
  Julien Nicoulaud dbd27cb30a #155: document path_prefix/path_approx 11年前
  Shura a7ee0597ef Update main-highlighter.zsh 11年前
  Владимир 57c01d19de Update main-highlighter.zsh 11年前
  Shura 8abcf187f6 dollar variable and backslash codes highlighting 11年前
  James Kyle 93827ed84d Issue #92 Eliminates system bell errors on osx. 11年前
  Vincent Breitmoser 228f5a6aad add separate path_prefix and path_approx hilights 11年前
  Chris Knadler 612e493cba Fix relative links in highlighters readme 11年前
  Takeshi Banse b4e667795c make $pattern local to _zsh_highlight_pattern_highlighter #97 11年前
  evan 19981ef9ea added sudo as a precommand 12年前
  Jan M. Binder 732b7d6e65 Fix bracket highlighter 12年前
  Jud Porter d82eee5212 add emulate -L zsh to _zsh_highlight_main_highlighter. resolves issue #83 12年前
  Julien Nicoulaud f824e5e84d Options should only be set locally 13年前
  Andreas Gahr 024c1c46f7 next try. fix for issue #76 without brakeing fix for #21 13年前
  Julien Nicoulaud 8d4cde6301 (Hopefully) fix #21 (tilde and hashed directories in paths) 13年前
  Julien Nicoulaud db8f98fc53 Set default style for pipes and stuff to none 13年前
  Andreas Gahr 287167d453 fix for issue #76. This was more ore less forgotten in pull request #75 13年前
  Andreas Gahr 670961ad01 handle highlighting for precommands; handle highlighting for commands separators 13年前
  Andreas Gahr f84f9319d8 supposed fix for issue #73 and issue #74 13年前
  Julien Nicoulaud a6d105131c Fix #21: No highlighting when using tilde 13年前
  Takeshi Banse 1d729202ec add tests for handling tildes 13年前
  Takeshi Banse 48a18291f9 add some tests 13年前
  Takeshi Banse 4a8b184632 pass ${arg} explicit 13年前
  Andreas Gahr b1b65dc486 bracket highlighter: small typo in testcase - document new style 13年前
  Andreas Gahr 06ad03e32c bracket highlighter: simplify 13年前
  Andreas Gahr 8375ef6e72 bracket highlighter: make the style configurable, when cursor is on bracket 13年前
  Andreas Gahr 24243becba bracket highlighter: fix typo from last commit 13年前
  Andreas Gahr e1ed255c0a bracket highlighter: start loops with 0 which is more natural and also more in line whith the other highlighters 13年前
  Andreas Gahr 0d55207c78 simple testcases for bracket highlighter - actually add files 13年前
  Andreas Gahr 33813c6a52 simple testcases for bracket highlighter 13年前
  Valodim f27ef7a279 after exec token we can expect a command 13年前
  Julien Nicoulaud 08dae96eb1 Add highlighter triggered when the user is root 13年前
  Julien Nicoulaud 11de634b33 Add cursor highlighter 13年前
  garinger e7ab165310 * optimize discrimination of bracket-type 13年前
  garinger f1eb5aeef7 skip all brackets inside quotes (" and ') 13年前