276 Commits (fffe13a8fb85c3c05c20293ed58f5e79c1b848ce)

Author SHA1 Message Date
  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
  Daniel Shahaf a5b8bc0ef0 'main': Internal cleanup: drop $style_override. 8 years ago
  m0viefreak 3b67e656bf 'main': Implement simple command type cache 8 years ago
  m0viefreak 12b879caf7 'main': Use zsh/parameter instead of type -w 8 years ago
  m0viefreak 61f43255ab 'main': Support multiple styles in _zsh_highlight_main_add_region_highlight 8 years ago
  Daniel Shahaf 6362c757b6 tests: Extend issue #290 test with another variant. 8 years ago
  Daniel Shahaf ef68f50c04 'main': Fix issue #290, «Mishighlights "longloops" 'repeat'». 8 years ago
  Daniel Shahaf 4832f18c50 tests: New test for issue #290, «Mishighlights "longloops" 'repeat'». 8 years ago
  m0viefreak 2f18ba64e3 'main': use zsh/parameter to resolve alias 8 years ago
  Daniel Shahaf def8c0da83 Bump copyright years. 8 years ago
  Daniel Shahaf 7b82b88a71 'main': Don't leak the PATH_DIRS options. 8 years ago
  Sebastian Gniazdowski ef4bfe5bcc 'main': 2nd optimization that in my tests shows 2.2s -> 2.0s 8 years ago
  Sebastian Gniazdowski 02229ebd63 'main': optimization that in my tests shows 2.7s -> 2.2s 8 years ago
  Daniel Shahaf 62f1c108f3 tests: New test to capture off-by-ones. 8 years ago
  m0viefreak 5fe8fd8bdc 'brackets': Fix for one-based indexing 8 years ago
  Daniel Shahaf fc9c892a3f 'main': Fix issue #302, "Process substitution misparsed as redirection". 8 years ago
  Daniel Shahaf bfabffbf97 'main': Factor out common code. No functional change. 8 years ago
  Daniel Shahaf 6889ff6bd2 'main': Add a regression test for issue #302, "Process substitution misparsed as redirection". 8 years ago
  Matthew Martin b5955213b9 tests: Add tests for 'brackets' and 'pattern' 8 years ago
  Matthew Martin f73f3d53d3 'brackets': Allow unset ZSH_HIGHLIGHT_STYLES 8 years ago
  Matthew Martin eaa4335c34 tests: Set ZSH_HIGHLIGHT_STYLES=() during tests 8 years ago
  Matthew Martin d3678ec7a8 tests: Remove unused_highlight 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 4da9889d15 tests: Use 'NONE' to denote no highlighting 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
  Matthew Martin a830613467 tests: Specify the style key instead of the style itself 8 years ago
  m0viefreak 38c8fbea2d root-highlighter: use EUID instead of id -u command 8 years ago
  Daniel Shahaf b52a485c5c brackets: Optimize a tiny bit. 8 years ago
  Matthew Martin 78290e043b tests: Expect the correct style 8 years ago
  Matthew Martin 31ac2b36a9 tests: Quote style in expected_region_highlight 8 years ago
  Daniel Shahaf bc7f8ea433 'main': Restore support for zsh-4.3.10 and older. 8 years ago
  Daniel Shahaf 4c23a2fd1b 'main': Highlight lone '!' correctly: it's not a history expansion. 8 years ago
  Daniel Shahaf e500ca2462 'main': Don't highlight in vared 8 years ago
  Sebastian Gniazdowski 3cb58fd7d7 Optimization: -1 is extra computation of string length internally 8 years ago
  Daniel Shahaf 451665cb2a 'main': Don't highlight at the $PS3 prompt. 8 years ago
  Daniel Shahaf 28932316cc aliases: Highlight aliases with '=' in their LHS as error. (Part of issue #263.) 8 years ago