1287 Commits (e4408343a10d9e56a776e0d5e17311b4850959be)
 

Author SHA1 Message Date
  Jan M. Binder 732b7d6e65 Fix bracket highlighter 12 years ago
  Jan M. Binder 966eb851ca Added quotes to suppress error 12 years ago
  Julien Nicoulaud bb0d575942 Merge pull request #85 from jlporter/master 12 years ago
  Julien Nicoulaud 30c365e030 Add links to Arch Linux and Gentoo packages 12 years ago
  Julien Nicoulaud 2c5c38144d close #84 12 years ago
  Jud Porter d82eee5212 add emulate -L zsh to _zsh_highlight_main_highlighter. resolves issue #83 12 years ago
  NAKAMURA Yoshitaka 56b134f5d6 fix "_zsh_highlight_widget_XXX:zle: unknown option: X" error 13 years ago
  Julien Nicoulaud d2715e2cb3 Merge pull request #82 from garinger/feature 13 years ago
  Andreas Gahr 603fce64b5 autoload add-zsh-hook && provide a nicer error message if that fails due to old zsh version, or similar situations. Reset another variable in hook function; it can't hurt 13 years ago
  Andreas Gahr 304ddb9400 make highlighting work for first entry in history. fixes #79 13 years ago
  Julien Nicoulaud f824e5e84d Options should only be set locally 13 years ago
  Andreas Gahr 024c1c46f7 next try. fix for issue #76 without brakeing fix for #21 13 years ago
  Julien Nicoulaud 8d4cde6301 (Hopefully) fix #21 (tilde and hashed directories in paths) 13 years ago
  Julien Nicoulaud db8f98fc53 Set default style for pipes and stuff to none 13 years ago
  Andreas Gahr 287167d453 fix for issue #76. This was more ore less forgotten in pull request #75 13 years ago
  Andreas Gahr 670961ad01 handle highlighting for precommands; handle highlighting for commands separators 13 years ago
  Julien Nicoulaud cbfd4a8889 Merge pull request #75 from garinger/master 13 years ago
  Andreas Gahr f84f9319d8 supposed fix for issue #73 and issue #74 13 years ago
  Takeshi Banse b0fee4e758 pass args down to each original zle call 13 years ago
  Julien Nicoulaud f786e9977c Merge pull request #71 from hchbaw/for-nicoulaj/nounset 13 years ago
  Julien Nicoulaud a6d105131c Fix #21: No highlighting when using tilde 13 years ago
  Julien Nicoulaud d8fe211aed Ignore zwc files 13 years ago
  Takeshi Banse 1d729202ec add tests for handling tildes 13 years ago
  Takeshi Banse 48a18291f9 add some tests 13 years ago
  Takeshi Banse 4a8b184632 pass ${arg} explicit 13 years ago
  Takeshi Banse 9706996d3b make _zsh_highlight nounset-able 13 years ago
  Julien Nicoulaud 26f30697ea Merge pull request #69 from garinger/master 13 years ago
  Andreas Gahr b1b65dc486 bracket highlighter: small typo in testcase - document new style 13 years ago
  Andreas Gahr 06ad03e32c bracket highlighter: simplify 13 years ago
  Andreas Gahr 8375ef6e72 bracket highlighter: make the style configurable, when cursor is on bracket 13 years ago
  Andreas Gahr 24243becba bracket highlighter: fix typo from last commit 13 years ago
  Andreas Gahr e1ed255c0a bracket highlighter: start loops with 0 which is more natural and also more in line whith the other highlighters 13 years ago
  Julien Nicoulaud 4e0749dd83 Merge pull request #68 from garinger/master 13 years ago
  Andreas Gahr 0d55207c78 simple testcases for bracket highlighter - actually add files 13 years ago
  Andreas Gahr 33813c6a52 simple testcases for bracket highlighter 13 years ago
  Julien Nicoulaud 3c82e872ad Merge pull request #66 from simonair/master 13 years ago
  Simon Heimlicher 854038010f Added || true to ensure zero exit code 13 years ago
  Julien Nicoulaud 186d80054a Fix #65, sourcing the script multiples times should not cause issues anymore 13 years ago
  Valodim f27ef7a279 after exec token we can expect a command 13 years ago
  Julien Nicoulaud 0e331cd654 Isolate setup code in functions to ease messing with zsh-syntax-highlighting 13 years ago
  Julien Nicoulaud 5003fa7c9b We don't need this hook as we have already bound every widget we could find (stop me if I'm wrong) 13 years ago
  Julien Nicoulaud 08dae96eb1 Add highlighter triggered when the user is root 13 years ago
  Julien Nicoulaud 11de634b33 Add cursor highlighter 13 years ago
  Julien Nicoulaud 4ff08dcfa6 Fix #53: Prefix all defined functions with _zsh_highlight 13 years ago
  Julien Nicoulaud 776453cb5b Fix #46: Conflict with url-quote-magic 13 years ago
  Julien Nicoulaud 3b27ad778d More efficient way to strip leading dot 13 years ago
  Julien Nicoulaud 9617f6e61b Remove contributors list (too annoying to maintain), people can use Commits > Contributors (https://github.com/zsh-users/zsh-syntax-highlighting/contributors) to access the same list 13 years ago
  Julien Nicoulaud 8b7a6bd24d Add @garinger to the list of contributors 13 years ago
  Julien Nicoulaud d5cceb2c34 Merge pull request #64 from Valodim/master 13 years ago
  Valodim 5f68accccf Don't highlight if buffer is longer than $ZSH_HIGHLIGHT_MAXLENGTH 13 years ago