52 Commits (b07ada1255b74c25fbc96901f2b77dc4bd81de1a)

Autor SHA1 Nachricht Datum
  Matthew Martin ecdda36ef5 brackets: Ignore quotes vor 6 Jahren
  Matthew Martin 1f77ed8369 brackets: Use idiomatic set check vor 6 Jahren
  Matthew Martin 9dcfacc4a5 brackets: Disallow negative nesting level vor 6 Jahren
  Matthew Martin ac90970edc brackets: Don't call _zsh_highlight_add_highlight with empty style vor 6 Jahren
  Matthew Martin f547f7768c brackets: Add test for highlighting errors with no styles vor 6 Jahren
  m0viefreak 4c4baede51 'brackets': Don't highlight corresponding bracket on accept-line vor 8 Jahren
  Daniel Shahaf c793e0dcea highlighters: Rename entry points. vor 8 Jahren
  Daniel Shahaf def8c0da83 Bump copyright years. vor 8 Jahren
  m0viefreak 5fe8fd8bdc 'brackets': Fix for one-based indexing vor 8 Jahren
  Matthew Martin b5955213b9 tests: Add tests for 'brackets' and 'pattern' vor 8 Jahren
  Matthew Martin f73f3d53d3 'brackets': Allow unset ZSH_HIGHLIGHT_STYLES vor 8 Jahren
  Matthew Martin eaa4335c34 tests: Set ZSH_HIGHLIGHT_STYLES=() during tests vor 8 Jahren
  Matthew Martin ccaf6f48a1 brackets: Fix bug introduced in 95d8256 vor 8 Jahren
  Matthew Martin e05b8e88ad 'brackets': Check if brackets match on first pass vor 8 Jahren
  Matthew Martin 95d82568d8 'brackets': Use one-based indexing vor 8 Jahren
  Matthew Martin f4d3dcb42f 'brackets': Move highlight call outside conditional vor 8 Jahren
  Matthew Martin fd84010252 'brackets': Lift local declarations from inside loops vor 8 Jahren
  Matthew Martin 4da9889d15 tests: Use 'NONE' to denote no highlighting vor 8 Jahren
  Matthew Martin 341a3ae1f0 highlighters: Use _zsh_highlight_add_highlight vor 8 Jahren
  Matthew Martin 089329660b highlighters: Pass around the style key instead of the style itself vor 8 Jahren
  Matthew Martin a830613467 tests: Specify the style key instead of the style itself vor 8 Jahren
  Daniel Shahaf b52a485c5c brackets: Optimize a tiny bit. vor 8 Jahren
  Matthew Martin 31ac2b36a9 tests: Quote style in expected_region_highlight vor 8 Jahren
  Matthew Martin 8e115052e9 docs: Fix broken symlinks vor 8 Jahren
  Matthew Martin 0ab450ae47 docs: Move docs into docs/ vor 8 Jahren
  Matthew Martin 35e0b0ca69 docs: Remove duplicate 'How to activate it' sections vor 8 Jahren
  Matthew Martin 2dd6923c30 docs: Move highlighter headers down one level vor 8 Jahren
  Daniel Shahaf 6e99128987 docs copyedit: minor: Spelling/punctuation fix. vor 8 Jahren
  Daniel Shahaf 3f163a2fd4 docs copyedit: Rewrap to 80 columns, part 2. vor 8 Jahren
  Daniel Shahaf 8ea392e361 docs copyedit: Restyle bold-italic to fixed-width. vor 8 Jahren
  Daniel Shahaf 91e4a576fb docs copyedit: Port 6d93ea07fd to the other highlighters' README's. vor 8 Jahren
  Daniel Shahaf 6c033e62e9 docs copyedit: Whitespace. vor 8 Jahren
  Daniel Shahaf c30301d474 Drop unnecessary shebang lines. vor 9 Jahren
  Daniel Shahaf 9e80fe8f02 Bump copyright years. vor 9 Jahren
  Daniel Shahaf c46b8d169e test harness: Fix off-by-one discrepancy between observed and expected. vor 9 Jahren
  Randy e8cc271314 Resolves slow performance in brackets highlighter vor 10 Jahren
  Jan M. Binder 732b7d6e65 Fix bracket highlighter vor 12 Jahren
  Andreas Gahr b1b65dc486 bracket highlighter: small typo in testcase - document new style vor 13 Jahren
  Andreas Gahr 06ad03e32c bracket highlighter: simplify vor 13 Jahren
  Andreas Gahr 8375ef6e72 bracket highlighter: make the style configurable, when cursor is on bracket vor 13 Jahren
  Andreas Gahr 24243becba bracket highlighter: fix typo from last commit vor 13 Jahren
  Andreas Gahr e1ed255c0a bracket highlighter: start loops with 0 which is more natural and also more in line whith the other highlighters vor 13 Jahren
  Andreas Gahr 0d55207c78 simple testcases for bracket highlighter - actually add files 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
  garinger 48c30a805a highlight opening bracket with "bracket-error" style, if the closing bracket is still missing vor 13 Jahren