35 Commits (e4408343a10d9e56a776e0d5e17311b4850959be)

Author SHA1 Message Date
  Matthew Martin b62aeb6168 Autoload highlighters 4 years ago
  Daniel Shahaf cdd7f899cb brackets: Optimize the character iteration 4 years ago
  Daniel Shahaf 8652a8f4e4 Bump copyright years. 6 years ago
  Matthew Martin ecdda36ef5 brackets: Ignore quotes 6 years ago
  Matthew Martin 1f77ed8369 brackets: Use idiomatic set check 6 years ago
  Matthew Martin 9dcfacc4a5 brackets: Disallow negative nesting level 6 years ago
  Matthew Martin ac90970edc brackets: Don't call _zsh_highlight_add_highlight with empty style 6 years ago
  m0viefreak 4c4baede51 'brackets': Don't highlight corresponding bracket on accept-line 8 years ago
  Daniel Shahaf c793e0dcea highlighters: Rename entry points. 8 years ago
  Daniel Shahaf def8c0da83 Bump copyright years. 8 years ago
  m0viefreak 5fe8fd8bdc 'brackets': Fix for one-based indexing 8 years ago
  Matthew Martin f73f3d53d3 'brackets': Allow unset ZSH_HIGHLIGHT_STYLES 8 years ago
  Matthew Martin ccaf6f48a1 brackets: Fix bug introduced in 95d8256 8 years ago
  Matthew Martin e05b8e88ad 'brackets': Check if brackets match on first pass 8 years ago
  Matthew Martin 95d82568d8 'brackets': Use one-based indexing 8 years ago
  Matthew Martin f4d3dcb42f 'brackets': Move highlight call outside conditional 8 years ago
  Matthew Martin fd84010252 'brackets': Lift local declarations from inside loops 8 years ago
  Matthew Martin 341a3ae1f0 highlighters: Use _zsh_highlight_add_highlight 8 years ago
  Matthew Martin 089329660b highlighters: Pass around the style key instead of the style itself 8 years ago
  Daniel Shahaf b52a485c5c brackets: Optimize a tiny bit. 8 years ago
  Daniel Shahaf c30301d474 Drop unnecessary shebang lines. 9 years ago
  Randy e8cc271314 Resolves slow performance in brackets highlighter 10 years ago
  Jan M. Binder 732b7d6e65 Fix bracket highlighter 12 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
  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
  garinger 48c30a805a highlight opening bracket with "bracket-error" style, if the closing bracket is still missing 13 years ago
  Julien Nicoulaud 0772ddd346 Big refactoring. 13 years ago
  Julien Nicoulaud bc788f3f19 Start splitting highlighters to separate files. 13 years ago
  Julien Nicoulaud 2670c93e05 Make sure functions names match _zsh_highlight_* 13 years ago
  Julien Nicoulaud dd84bff854 Code style 13 years ago
  Takeshi Banse bb5f41ef6d Add contrib/keyword.zsh 13 years ago
  Julien Nicoulaud ea792cbf87 Add a mechanism for testing the correctness of the highlighting. 13 years ago