138 Commits (5f68accccfd2e7cf2b7c4563b0ceb51a68f97868)
 

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