597 Commits (f4036a09cee330cae56e33e4fa617d68d0f43e88)
 

Author SHA1 Message Date
  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
  Julien Nicoulaud 8ebce17a11 Merge pull request #63 from garinger/master 13 years ago
  Julien Nicoulaud a18e43d059 Fix README links 13 years ago
  garinger e7ab165310 * optimize discrimination of bracket-type 13 years ago
  garinger f1eb5aeef7 skip all brackets inside quotes (" and ') 13 years ago
  garinger 2fe9505647 simplify check for bracket under cursor 13 years ago
  garinger 05e4a031c7 * remove a safety belt - no need to check if array has elements, as defaults are provided 13 years ago
  garinger d4acac9837 eliminate a variable and simplify 13 years ago
  garinger ef74d2b611 Only match brackets of the same type 13 years ago
  Julien Nicoulaud eb749f2681 Merge pull request #62 from garinger/master 13 years ago
  garinger 48c30a805a highlight opening bracket with "bracket-error" style, if the closing bracket is still missing 13 years ago
  garinger 1858be26bd exclude .beep 13 years ago
  garinger 3802e03b4c exclude .beep 13 years ago
  Julien Nicoulaud 9e75ca0e76 Add @tednaleid to the list of contributors 13 years ago
  Julien Nicoulaud 28720c77aa Some fixes consecutive to pull request #61 merge 13 years ago
  Julien Nicoulaud df2fe2a97d Merge pull request #61 from tednaleid/master 13 years ago
  Ted Naleid 4ed9f9a68f fix for issue #60, unrecognized modifier 'A' on startup 13 years ago
  Julien Nicoulaud e04f6ab862 Safety checks before looking up cursor position 13 years ago
  Julien Nicoulaud f6af27b8a6 More reliable way to hook precmd 13 years ago
  Julien Nicoulaud 52bdb56fdb Merge pull request #57 from guidovansteen/patch-1 13 years ago
  Guido 71e797a8b5 Much easier and less error prone way to start highlighting immediately after the creation of a new command line. 13 years ago
  Julien Nicoulaud bf4fe1f228 Another README link fix 13 years ago
  Julien Nicoulaud 1435868740 Another README link fix 13 years ago
  Julien Nicoulaud e7d7ccfe35 Group if statements in f26310d97e 13 years ago
  Guido f26310d97e * enable command lines starting with a hyphen. 13 years ago
  Guido 56801a6b42 * added a workaround to start highlighting immediately after the creation of a new command line. 13 years ago
  Julien Nicoulaud ef4f5ed638 Fix READMEs 13 years ago
  Julien Nicoulaud bb7fcb79fa Fix #56: tolerance to WARN_GLOBAL option 13 years ago
  Julien Nicoulaud 55e6a85fbb Merge branch 'master' of github.com:nicoulaj/zsh-syntax-highlighting 13 years ago
  Julien Nicoulaud 0772ddd346 Big refactoring. 13 years ago
  NAKAMURA Yoshitaka 0999ab05ba do nothing if PENDING inputs are exist 13 years ago
  Julien Nicoulaud 19f16752bb Issue 49: Don't use readlink, options differ between systems 13 years ago
  Julien Nicoulaud bc788f3f19 Start splitting highlighters to separate files. 13 years ago
  Julien Nicoulaud 2f0fb81af4 More efficient way to look for elements in arrays 13 years ago
  Julien Nicoulaud 3abf463753 More code style fixes 13 years ago
  Julien Nicoulaud 2670c93e05 Make sure functions names match _zsh_highlight_* 13 years ago
  Julien Nicoulaud dd84bff854 Code style 13 years ago
  Julien Nicoulaud 6879d3c29f Issue 47: Removing styling of 'isearch' and 'special', as it has no effect 13 years ago
  Julien Nicoulaud e1479022a0 Merge branch 'hchbaw-for-nicoulaj' 13 years ago
  Julien Nicoulaud 69e7442e4d Add nakamuray to the list of contributors 13 years ago
  Julien Nicoulaud fdc113996e Merge branch 'highlight-assignment' of https://github.com/nakamuray/zsh-syntax-highlighting into nakamuray-highlight-assignment 13 years ago