1284 Commits (2d7a4784a5cdfb09391f1ce2acc0864bcb77d1b7)
 

Author SHA1 Message Date
  Daniel Shahaf 094329eb14 'main': Introduce style fallback for the command word. 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 2b303f01b6 dev tools: Automagically handle newlines (\n) in $BUFFER. 8 years ago
  Daniel Shahaf 79198759b3 tests: Also test arguments to an anonymous function. 8 years ago
  Daniel Shahaf dd51b7bebe Merge remote-tracking branch 'upstream/pr/374' into HEAD 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 a2876fb57d dev tools: Add a TODO to introduce code reuse. 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 5627fd2045 dev tools: Stage the copyright block to make diffs smaller. 8 years ago
  Daniel Shahaf 987c133486 dev tools: Tolerate invalid input. 8 years ago
  Daniel Shahaf a4196eda5e 'main': Restore compatibility with zsh-4.3.14 and older (after e3182c18de8f). 8 years ago
  Daniel Shahaf e15a09840e dev tools: Automate a recurring step: Set year correctly for new tests. 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 0a9b347483 driver: Warn just once when a highlighter is missing. 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
  Alyssa Ross da60234fb2 driver: Declare global variables 8 years ago
  Daniel Shahaf 51614ca2c9 'main': Avoid triggering a zsh bug related to hashed commands. 8 years ago
  Daniel Shahaf 11c9081967 *: error messages: Fix quoting. 8 years ago
  Daniel Shahaf c7f7d2ff16 *: Change highlighters' namespace. 8 years ago
  Daniel Shahaf c793e0dcea highlighters: Rename entry points. 8 years ago
  Daniel Shahaf a3d5dfcbda driver: Rename highlighter entry points 8 years ago
  Daniel Shahaf f91a7b885e driver: Followup to 80148f6c840299f0980f4359ec5307ca63837dff: don't squat on the highlighters' namespace. 8 years ago
  Daniel Shahaf f3242cbd6a driver: Followup to d711563fe1bf8fa6810bc34ac92a2fd3150290ed: actually make the driver reentrant. 8 years ago
  Daniel Shahaf b2ba91f12f noop: Rewrap. 8 years ago
  Daniel Shahaf d1e0defceb README: Add a reference to upstream's documentation. 8 years ago
  Daniel Shahaf b7bb4f8657 README: Rephrase a question non-negatively^W neutrally. 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
  Daniel Shahaf 295d62ec88 driver: Followup to last: make the value more unique. 8 years ago
  Daniel Shahaf d711563fe1 driver: Make it reentrant. 8 years ago
  Daniel Shahaf e2f863c151 minor: Fix typo in development usage message. 8 years ago