114 Révisions (359d48bf78f510081bf0413f65ee41968648d543)

Auteur SHA1 Message Date
  Vincent Bernat 74a183447d zle: don't override yank/yank-pop il y a 10 ans
  Randy 7edd08156e Chaned main highlighter alorithm to resolve issue #77 il y a 10 ans
  Evan Pitstick dffbab0c92 a more simple and universal way (for zsh projects) to find highlight dir path il y a 11 ans
  Evan Pitstick 0fcc2629d2 Finds highlighters dir a little better il y a 11 ans
  Jan M. Binder 966eb851ca Added quotes to suppress error il y a 12 ans
  NAKAMURA Yoshitaka 56b134f5d6 fix "_zsh_highlight_widget_XXX:zle: unknown option: X" error il y a 13 ans
  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 il y a 13 ans
  Andreas Gahr 304ddb9400 make highlighting work for first entry in history. fixes #79 il y a 13 ans
  Takeshi Banse b0fee4e758 pass args down to each original zle call il y a 13 ans
  Takeshi Banse 9706996d3b make _zsh_highlight nounset-able il y a 13 ans
  Simon Heimlicher 854038010f Added || true to ensure zero exit code il y a 13 ans
  Julien Nicoulaud 186d80054a Fix #65, sourcing the script multiples times should not cause issues anymore il y a 13 ans
  Julien Nicoulaud 0e331cd654 Isolate setup code in functions to ease messing with zsh-syntax-highlighting il y a 13 ans
  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) il y a 13 ans
  Julien Nicoulaud 4ff08dcfa6 Fix #53: Prefix all defined functions with _zsh_highlight il y a 13 ans
  Julien Nicoulaud 776453cb5b Fix #46: Conflict with url-quote-magic il y a 13 ans
  Julien Nicoulaud 3b27ad778d More efficient way to strip leading dot il y a 13 ans
  Valodim 5f68accccf Don't highlight if buffer is longer than $ZSH_HIGHLIGHT_MAXLENGTH il y a 13 ans
  garinger 1858be26bd exclude .beep il y a 13 ans
  garinger 3802e03b4c exclude .beep il y a 13 ans
  Julien Nicoulaud 28720c77aa Some fixes consecutive to pull request #61 merge il y a 13 ans
  Ted Naleid 4ed9f9a68f fix for issue #60, unrecognized modifier 'A' on startup il y a 13 ans
  Julien Nicoulaud e04f6ab862 Safety checks before looking up cursor position il y a 13 ans
  Julien Nicoulaud f6af27b8a6 More reliable way to hook precmd il y a 13 ans
  Guido 71e797a8b5 Much easier and less error prone way to start highlighting immediately after the creation of a new command line. il y a 13 ans
  Guido 56801a6b42 * added a workaround to start highlighting immediately after the creation of a new command line. il y a 13 ans
  Julien Nicoulaud bb7fcb79fa Fix #56: tolerance to WARN_GLOBAL option il y a 13 ans
  Julien Nicoulaud 0772ddd346 Big refactoring. il y a 13 ans
  NAKAMURA Yoshitaka 0999ab05ba do nothing if PENDING inputs are exist il y a 13 ans
  Julien Nicoulaud 19f16752bb Issue 49: Don't use readlink, options differ between systems il y a 13 ans
  Julien Nicoulaud bc788f3f19 Start splitting highlighters to separate files. il y a 13 ans
  Julien Nicoulaud 2f0fb81af4 More efficient way to look for elements in arrays il y a 13 ans
  Julien Nicoulaud 3abf463753 More code style fixes il y a 13 ans
  Julien Nicoulaud 2670c93e05 Make sure functions names match _zsh_highlight_* il y a 13 ans
  Julien Nicoulaud dd84bff854 Code style il y a 13 ans
  Julien Nicoulaud 6879d3c29f Issue 47: Removing styling of 'isearch' and 'special', as it has no effect il y a 13 ans
  NAKAMURA Yoshitaka 390ab0fc32 Highlight variable assignment il y a 13 ans
  Julien Nicoulaud 78ff61eddc Fix typo il y a 13 ans
  Takeshi Banse 0948c3d676 Introduce _zsh_add-highlighter. il y a 13 ans
  Takeshi Banse 6663c5647d Make bracket match a function. il y a 13 ans
  Takeshi Banse 07588d2165 Make core syntax highlighting a function. il y a 13 ans
  Julien Nicoulaud e162de6f51 Add BSD license il y a 13 ans
  Julien Nicoulaud 0392fdc46a Issue 34: Do not highlight non commands as commands. il y a 13 ans
  Arlen Cuss a40d777860 Use ${(Q)arg} to expand a level of quotes, such that files/directories with spaces in their name (escaped with backslash) are noticed correctly. il y a 13 ans
  Takeshi Banse d2f641ca50 Carefully rebind the $clean_event. il y a 13 ans
  Takeshi Banse 2fd0845b77 Recreate the completion widget with its own function. il y a 13 ans
  Takeshi Banse 802583ea94 Make this clause function and call it afterward. il y a 13 ans
  Julien Nicoulaud f962bdf1e7 Fix regression il y a 13 ans
  Julien Nicoulaud 83372a5cee Issue 38: Conflict with command-not-found il y a 13 ans
  Julien Nicoulaud fc5caa4e2d Fix error when sourcing twice the script il y a 13 ans