55 次程式碼提交 (master)

作者 SHA1 備註 提交日期
  Daniel Shahaf cdd7f899cb brackets: Optimize the character iteration 4 年之前
  Matthew Martin a9be0975c8 tests: Directly diff expected_region_highlight against region_highlight 6 年之前
  Daniel Shahaf 8652a8f4e4 Bump copyright years. 6 年之前
  Matthew Martin ecdda36ef5 brackets: Ignore quotes 6 年之前
  Matthew Martin 1f77ed8369 brackets: Use idiomatic set check 6 年之前
  Matthew Martin 9dcfacc4a5 brackets: Disallow negative nesting level 6 年之前
  Matthew Martin ac90970edc brackets: Don't call _zsh_highlight_add_highlight with empty style 6 年之前
  Matthew Martin f547f7768c brackets: Add test for highlighting errors with no styles 6 年之前
  m0viefreak 4c4baede51 'brackets': Don't highlight corresponding bracket on accept-line 8 年之前
  Daniel Shahaf c793e0dcea highlighters: Rename entry points. 8 年之前
  Daniel Shahaf def8c0da83 Bump copyright years. 8 年之前
  m0viefreak 5fe8fd8bdc 'brackets': Fix for one-based indexing 8 年之前
  Matthew Martin b5955213b9 tests: Add tests for 'brackets' and 'pattern' 8 年之前
  Matthew Martin f73f3d53d3 'brackets': Allow unset ZSH_HIGHLIGHT_STYLES 8 年之前
  Matthew Martin eaa4335c34 tests: Set ZSH_HIGHLIGHT_STYLES=() during tests 8 年之前
  Matthew Martin ccaf6f48a1 brackets: Fix bug introduced in 95d8256 8 年之前
  Matthew Martin e05b8e88ad 'brackets': Check if brackets match on first pass 8 年之前
  Matthew Martin 95d82568d8 'brackets': Use one-based indexing 8 年之前
  Matthew Martin f4d3dcb42f 'brackets': Move highlight call outside conditional 8 年之前
  Matthew Martin fd84010252 'brackets': Lift local declarations from inside loops 8 年之前
  Matthew Martin 4da9889d15 tests: Use 'NONE' to denote no highlighting 8 年之前
  Matthew Martin 341a3ae1f0 highlighters: Use _zsh_highlight_add_highlight 8 年之前
  Matthew Martin 089329660b highlighters: Pass around the style key instead of the style itself 8 年之前
  Matthew Martin a830613467 tests: Specify the style key instead of the style itself 8 年之前
  Daniel Shahaf b52a485c5c brackets: Optimize a tiny bit. 8 年之前
  Matthew Martin 31ac2b36a9 tests: Quote style in expected_region_highlight 8 年之前
  Matthew Martin 8e115052e9 docs: Fix broken symlinks 8 年之前
  Matthew Martin 0ab450ae47 docs: Move docs into docs/ 8 年之前
  Matthew Martin 35e0b0ca69 docs: Remove duplicate 'How to activate it' sections 8 年之前
  Matthew Martin 2dd6923c30 docs: Move highlighter headers down one level 8 年之前
  Daniel Shahaf 6e99128987 docs copyedit: minor: Spelling/punctuation fix. 8 年之前
  Daniel Shahaf 3f163a2fd4 docs copyedit: Rewrap to 80 columns, part 2. 8 年之前
  Daniel Shahaf 8ea392e361 docs copyedit: Restyle bold-italic to fixed-width. 8 年之前
  Daniel Shahaf 91e4a576fb docs copyedit: Port 6d93ea07fd to the other highlighters' README's. 8 年之前
  Daniel Shahaf 6c033e62e9 docs copyedit: Whitespace. 8 年之前
  Daniel Shahaf c30301d474 Drop unnecessary shebang lines. 9 年之前
  Daniel Shahaf 9e80fe8f02 Bump copyright years. 9 年之前
  Daniel Shahaf c46b8d169e test harness: Fix off-by-one discrepancy between observed and expected. 9 年之前
  Randy e8cc271314 Resolves slow performance in brackets highlighter 10 年之前
  Jan M. Binder 732b7d6e65 Fix bracket highlighter 12 年之前
  Andreas Gahr b1b65dc486 bracket highlighter: small typo in testcase - document new style 13 年之前
  Andreas Gahr 06ad03e32c bracket highlighter: simplify 13 年之前
  Andreas Gahr 8375ef6e72 bracket highlighter: make the style configurable, when cursor is on bracket 13 年之前
  Andreas Gahr 24243becba bracket highlighter: fix typo from last commit 13 年之前
  Andreas Gahr e1ed255c0a bracket highlighter: start loops with 0 which is more natural and also more in line whith the other highlighters 13 年之前
  Andreas Gahr 0d55207c78 simple testcases for bracket highlighter - actually add files 13 年之前
  garinger e7ab165310 * optimize discrimination of bracket-type 13 年之前
  garinger f1eb5aeef7 skip all brackets inside quotes (" and ') 13 年之前
  garinger 2fe9505647 simplify check for bracket under cursor 13 年之前
  garinger 05e4a031c7 * remove a safety belt - no need to check if array has elements, as defaults are provided 13 年之前