1284 Commits (4cf464f843902b6e1e2778b85b70f4c098789b6f)
 

Author SHA1 Message Date
  Daniel Shahaf 845361ef3d tests: Cover 'hashed-command'. 9 years ago
  Daniel Shahaf 4594d8b7ec Merge remote-tracking branch 'danielsh/i199-semicolon-v1' 9 years ago
  Daniel Shahaf 5fb4cb2f72 Fix regression: Highlight ';' as commandseparator. 9 years ago
  Daniel Shahaf f7cb4741d6 Followup to previous: Extend the 'alias' test. 9 years ago
  Daniel Shahaf 81c8d78d12 tests: Cover 'alias' and 'suffix-alias'. 9 years ago
  Daniel Shahaf 8767e0ef66 tests: Cover 'reserved-word'. 9 years ago
  Daniel Shahaf b056f592f2 tests: Cover 'path_prefix'. 9 years ago
  Daniel Shahaf e0a7ddb6ec tests: Cover 'history-expansion'. 9 years ago
  Daniel Shahaf 416934202e tests: Cover 'single-quoted-argument', 'double-hyphen-option', and 'function'. 9 years ago
  Daniel Shahaf 627eb71940 tests: Use $unused_highlight in more places. 9 years ago
  Daniel Shahaf 00862cf4fa Followup to e5c2a88db0 (merged in 51102bf83f): 9 years ago
  Daniel Shahaf aab1b8f50f Follow-up to 547b8be30461: Fix $observed_result calculation. 9 years ago
  Daniel Shahaf 4068413dfe tests: Let each test change the highlight styles. 9 years ago
  Daniel Shahaf 404d498e1d tests: vanilla-newline.zsh: Fix expectations 9 years ago
  Daniel Shahaf 05ab9f7342 tests: Run only *.zsh files. 9 years ago
  Daniel Shahaf 0d3a5dadea tests: Add test for escape sequences in double-quoted strings 9 years ago
  Daniel Shahaf 51102bf83f Highlight the region and yanks and pastes on top of syntax highlighting. 9 years ago
  Daniel Shahaf 186536705b tests: path-tilde-named.zsh: Fix expectations 9 years ago
  Daniel Shahaf 547b8be304 test harness: Fix off-by-one discrepancy between observed and expected. 9 years ago
  Daniel Shahaf 80587e5419 New test for dollar-double-quoted-argument. 9 years ago
  Daniel Shahaf c46b8d169e test harness: Fix off-by-one discrepancy between observed and expected. 9 years ago
  Daniel Shahaf a8afbdf2f5 Support $''-quoted strings. 9 years ago
  Daniel Shahaf 6d93ea07fd main highlighter docs: README: Tweak. 9 years ago
  Daniel Shahaf 4f5a0fe60b main highlighter docs: Give examples of styles. 9 years ago
  Daniel Shahaf e5c2a88db0 Highlight yanks/pastes on top of syntax highlighting. 9 years ago
  Daniel Shahaf 0e31d6e1a2 Highlight the region on top of syntax highlighting. 9 years ago
  Daniel Shahaf 555e142e66 suffix aliases: Highlight differently. 9 years ago
  Daniel Shahaf e13c5a1611 Highlight 'noglob' correctly in more cases. 9 years ago
  Daniel Shahaf 8515b7e0c5 Highlight ? as globbing. 9 years ago
  Daniel Shahaf dc701501e5 Highlight ? as globbing. 9 years ago
  Daniel Shahaf 9310d8ae71 Support suffix aliases 9 years ago
  Daniel Shahaf b3ceea8511 Highlight 'noglob' correctly in more cases. 9 years ago
  Daniel Shahaf a0b5bc6c71 Fix bug in previous commit (d330b49b33) 9 years ago
  Daniel Shahaf d330b49b33 Fix variable leakage into global namespace. 9 years ago
  Daniel Shahaf f78919d941 Preserve $? of wrapped widgets. 9 years ago
  Daniel Shahaf eaffd88793 docs: Document homebrew package name. 9 years ago
  Daniel Shahaf 546a5288e2 multiline strings: Add a second test for commit ff4d402e9a 9 years ago
  Daniel Shahaf 8e7c26f489 Do wrap the 'yank' widget, because that works. 9 years ago
  Daniel Shahaf 7f41967a17 Highlight array appends: foo+=(bar baz). 9 years ago
  Daniel Shahaf 13a8db1d71 tests: exit non-zero upon failure 9 years ago
  Daniel Shahaf 51aed8a765 Merge remote-tracking branch 'upstream/pr/179' 9 years ago
  Daniel Shahaf 42495cc5d6 Merge remote-tracking branch 'upstream/pr/161' 9 years ago
  Daniel Shahaf ea81e3df6e Merge remote-tracking branch 'upstream/pr/159' 9 years ago
  Daniel Shahaf c2b9327b07 Support literal newlines, part 2 9 years ago
  Daniel Shahaf 52ece975c3 Update comments. No functional change. 9 years ago
  Daniel Shahaf 7ee9df915d Merge remote-tracking branch 'origin/pr/158' 9 years ago
  Daniel Shahaf 85b3446897 README: make installation step 1 more accurate 9 years ago
  Daniel Shahaf b9b67b9f78 Don't parse first word of array assignment as command 9 years ago
  Daniel Shahaf 359d48bf78 Don't highlight prefix redirections as error 9 years ago
  Daniel Shahaf ff4d402e9a Highlight the first part of multiline strings correctly 9 years ago