160 Commits (c216242b462eb3a71b7f4b2fea2fc9750914cd45)

Author SHA1 Message Date
  Daniel Shahaf 69fcb40275 Highlight backslash escapes within $'' strings. 9 years ago
  Daniel Shahaf f4164ac86c internal: Document a function-local variable. 9 years ago
  Daniel Shahaf 9c7a1109c8 WARN_CREATE_GLOBAL: don't leak the arithmetic for loop's index variable. 9 years ago
  Daniel Shahaf 040df93c01 Highlight redirections. 9 years ago
  Daniel Shahaf 66eb801358 dollar-double-quoted-argument: Handle «"foo$"» correctly. 9 years ago
  Daniel Shahaf b0cc02ed86 dollar-double-quoted-argument: Highlight "$foo" better. 9 years ago
  Daniel Shahaf 908c4fe150 Stop leaking variables into global namespace. 9 years ago
  Daniel Shahaf 9e80fe8f02 Bump copyright years. 9 years ago
  Daniel Shahaf 001e6cb404 tests: Cover 'back-quoted-argument'. 9 years ago
  Daniel Shahaf 22fa215e05 Fixup last commit. 9 years ago
  Daniel Shahaf 845361ef3d tests: Cover 'hashed-command'. 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 404d498e1d tests: vanilla-newline.zsh: Fix expectations 9 years ago
  Daniel Shahaf 0d3a5dadea tests: Add test for escape sequences in double-quoted strings 9 years ago
  Daniel Shahaf 186536705b tests: path-tilde-named.zsh: Fix expectations 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 555e142e66 suffix aliases: Highlight differently. 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 546a5288e2 multiline strings: Add a second test for commit ff4d402e9a 9 years ago
  Daniel Shahaf 7f41967a17 Highlight array appends: foo+=(bar baz). 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 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
  Daniel Shahaf 384be15b13 Support literal newlines 9 years ago
  Daniel Shahaf 23cacb12fe Support backslash continuations 9 years ago
  Daniel Shahaf 667495bfb7 Support multiline strings 9 years ago
  Daniel Shahaf 2c5acaefa9 Refactoring, no functional change 9 years ago
  Joost Cassee d7d4dff1c8 Add 'line' highlighter for the whole buffer 10 years ago
  Randy e8cc271314 Resolves slow performance in brackets highlighter 10 years ago
  sonnym 04f9c8884f highlight ^old^new pattern 10 years ago
  Lucas Hoffmann 784a5dc35b protect alias expansion from interpreting aliases as options 11 years ago
  Mark Lodato 441f1a8aad highlight array assignments of the form x[y]=... 11 years ago
  Mark Lodato c62cb54e9d do not remove quotes when checking assignments 11 years ago