397 Commits (8348e2d2ccfe4c04168963bc9a3b1fd2181783e5)

Author SHA1 Message Date
  Daniel Shahaf 035d3eb095 Follow-up to 28d7056a7a06: Fix test expectations. 8 years ago
  Daniel Shahaf 28d7056a7a 'main': Escape '!' within double-quoted strings. 8 years ago
  Daniel Shahaf 7d38d07255 'main': Followup to fdaeec45146b: Update comment. 8 years ago
  Daniel Shahaf bccc3dc269 'main': Enable fallback to the 'arg0' style. 8 years ago
  Daniel Shahaf b4537a972e 'main': Set fallback style for the 'arg0' style. 8 years ago
  Daniel Shahaf 79198759b3 tests: Also test arguments to an anonymous function. 8 years ago
  Sebastian Gniazdowski 15461e7d21 'main': Directly count spaces to skip, don't leverage proc_buf length 8 years ago
  Daniel Shahaf 44ef6e38e5 'main': Highlight several more special (non-alphabetic) parameters. 8 years ago
  Daniel Shahaf 4afe670f7a 'main': Highlight shell's PID ($$) inside double quotes. 8 years ago
  Daniel Shahaf c3913e0d8e 'main': Highlight command substitutions inside double quotes. 8 years ago
  Daniel Shahaf 4fc35362ee 'main': Permit subshells to end at command position. 8 years ago
  Daniel Shahaf 2bb8f0703d 'main': Highlight mismatched foreach/end. 8 years ago
  Daniel Shahaf b2733a64da 'main': Highlight mismatched do/done. 8 years ago
  Daniel Shahaf 2755438e80 'main': Yet another test for mismatched braces. 8 years ago
  Sebastian Gniazdowski c6b6513ac0 'main' / *_check_path: Precompute $#BUFFER and use it for speed gain 8 years ago
  Daniel Shahaf a053768627 dev tools: Remove a superfluous empty line. 8 years ago
  Daniel Shahaf e5782e4ddf 'main': Highlight 'always' blocks. 8 years ago
  Daniel Shahaf 8bf423d16d 'main': Don't find command positions within multiline array literals. 8 years ago
  Daniel Shahaf a4196eda5e 'main': Restore compatibility with zsh-4.3.14 and older (after e3182c18de8f). 8 years ago
  Daniel Shahaf 6f91850a01 'main': Highlight first command word in named functions defined in the sh syntax when MULTI_FUNC_DEF is set. 8 years ago
  Daniel Shahaf 2fabf7ca64 'main': More tests for mismstached parentheses and braces. 8 years ago
  Daniel Shahaf 51b9d79c3b 'main': Highlight mismatched parentheses and braces. 8 years ago
  Daniel Shahaf 02807f1826 'main': Support the IGNORE_BRACES option. 8 years ago
  Daniel Shahaf a8a6384356 'main': Add tests for the IGNORE_BRACES option. 8 years ago
  Daniel Shahaf fdaeec4514 'main': Followup to 51614ca2c994: Run cheaper conditions first. 8 years ago
  m0viefreak 4c4baede51 'brackets': Don't highlight corresponding bracket on accept-line 8 years ago
  Daniel Shahaf 51614ca2c9 'main': Avoid triggering a zsh bug related to hashed commands. 8 years ago
  Daniel Shahaf c793e0dcea highlighters: Rename entry points. 8 years ago
  Daniel Shahaf 2c002f9f89 noop: Add comments. 8 years ago
  Daniel Shahaf 757d047f09 'main': The word after 'sudo' is only a non-command word if it is an option. 8 years ago
  Daniel Shahaf 179b8e753f 'main': Test for redirection earlier. 8 years ago
  Daniel Shahaf 6e2ef574c8 noop: Restructure code for clarity. 8 years ago
  Daniel Shahaf d1c773faa7 noop: Fix indentation. 8 years ago
  m0viefreak 5bae621900 driver: Always bind zle-line-finish and use it instead of accept-* 8 years ago
  Daniel Shahaf fa57633d81 'main': Enable test for issue #238. 8 years ago
  Daniel Shahaf 0d41933c61 'main': Add test for issue #343, concerning the 'command' precommand. 8 years ago
  Daniel Shahaf 6b69389bd9 'main': New test, related to issue #328. 8 years ago
  Daniel Shahaf 3409a2e4d2 *: s/echo/print/ 8 years ago
  Daniel Shahaf 53083da821 'main': Highlight a broken symlink as a file. 8 years ago
  Daniel Shahaf 95f7206a93 tests: Add an XFail test for issue #342. 8 years ago
  Daniel Shahaf ee07588cfd tests: Add a regression test for issue #267, concerning highlighting a vi linewise region. 8 years ago
  m0viefreak 9a934d291e 'main': Path separators: Leave styles empty by default 8 years ago
  Daniel Shahaf d9e07b5082 'main': simple parameter expansions at command word: Don't use an undefined value. 8 years ago
  Daniel Shahaf da91264122 'main': Add missing arguments. 8 years ago
  Daniel Shahaf 7fb6f99791 'main': Try the "non-command word" codepath when a word may be either a command word or a non-command word. 8 years ago
  Daniel Shahaf 29b30e0ca7 'main': Add XFail test for issue #330, concerning command word after array assignment. 8 years ago
  Daniel Shahaf f4036a09ce 'main': Highlight scalar assignments to argv 8 years ago
  Daniel Shahaf 14711a51f3 tests: Explicitly test 'default' style inside an array assignment. 8 years ago
  Matthew Martin 91fa057a39 minor: 'main': Only search for prefixes if :h is a directory 8 years ago
  m0viefreak 6cd39e7c70 'main': Highlight path separators 8 years ago