44 コミット (5a98cd3a10edd8e81ef9f6cc9853025ea3e147a5)

作成者 SHA1 メッセージ 日付
  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年前
  garinger d4acac9837 eliminate a variable and simplify 13年前
  garinger ef74d2b611 Only match brackets of the same type 13年前
  garinger 48c30a805a highlight opening bracket with "bracket-error" style, if the closing bracket is still missing 13年前
  Julien Nicoulaud ef4f5ed638 Fix READMEs 13年前
  Julien Nicoulaud 0772ddd346 Big refactoring. 13年前