363 Commits (12e01336f1e3bd049b3e91fad3e6d961279fdd34)

Author SHA1 Message Date
  Daniel Shahaf 03692831ad 'main': Don't highlight bare '$foo' as a filename, as it's a parameter expansion. 6 years ago
  Matthew Martin 382be9096d main: Add XFAIL to redirections2 for process-substitution #494 6 years ago
  Daniel Shahaf 8046c33b54 'main': Do not expand special parameters. Fixes #489. 6 years ago
  Matthew Martin f16e858f0c main: Highlight backticks in double quotes 6 years ago
  Matthew Martin 8d2955f51a main: Consolidate } handling 6 years ago
  Matthew Martin 18e214ee5b main: Add test for quotes in options 6 years ago
  Matthew Martin 6d133a0eb0 main: Highlight options as base_style 6 years ago
  Matthew Martin a65a07fae4 main: Correct typos 6 years ago
  Matthew Martin e48af35753 main: Only highlight characters special to globbing as globbing 6 years ago
  Matthew Martin 604075aa90 main: Use =~ for globbing test 6 years ago
  Matthew Martin c1a048a084 main: Only highlight one base_style in _highlight_arguments 6 years ago
  Matthew Martin 6835121eaf main: Have helper functions return highlights in reply 6 years ago
  Matthew Martin 6cc861fbad main: Explicitly pass $style to _highlight_path_separators 6 years ago
  Daniel Shahaf 0458b0c16f 'main': Don't match redirection operators in command substitutions as <-> number range globs. Fixes #483. 6 years ago
  Daniel Shahaf 901063aa0f 'main': Add a regression test for issue #483, concerning «: $(<foo)». 6 years ago
  Daniel Shahaf f064b17d25 'main': Add an explicit test for escaped single quotes within single quotes, «'foo'\''bar'». 6 years ago
  Matthew Martin d17417ec1b main: Highlight unclosed backtick subshells 6 years ago
  Daniel Shahaf 987b743646 'main': Fix highlighting of «<->»-style numeric globs. 6 years ago
  Matthew Martin df0f448586 main: Highlight path after globbing checks 6 years ago
  Daniel Shahaf 2181247ae1 'main': Add a regression test for issue #474. 6 years ago
  Daniel Shahaf 8652a8f4e4 Bump copyright years. 6 years ago
  Matthew Martin bdbe214453 main: Add *-quoted-argument-unclosed styles 6 years ago
  Daniel Shahaf ff61a496b5 'main': Add a regression test for issue #468. 6 years ago
  Matthew Martin 572ca51b1f main: Add tests 6 years ago
  Matthew Martin dc1b2f6fa4 main: Highlight partially quoted arguments correctly 6 years ago
  Matthew Martin 25ae1c0121 main: Add ' helper function 6 years ago
  Matthew Martin dcb115c74c main: Make " and $' helper functions responsible for highlighting quote 6 years ago
  Matthew Martin f623b07fb0 main: Remove trailing whitespace 6 years ago
  Matthew Martin ab1013ae0d main: A redirection token is an invalid redirection target 6 years ago
  Matthew Martin b07ada1255 driver: Run under emulate -L zsh and add zsyh_user_options 6 years ago
  Daniel Shahaf ce1be4153d 'main': Add tests for «ls \~» and for not performing parameter expansion on the command word. 6 years ago
  Matthew Martin 2411195c20 main: Expand paths before removing quoting 6 years ago
  Matthew Martin 6a6d40208c main: Add fallback for useroptions if zsh/parameter is absent 6 years ago
  Daniel Shahaf fb948f5331 noop: Add comments. 6 years ago
  Daniel Shahaf 1ad5c1f40f Followup to parents: Restore sudo-* tests on platforms that don't have sudo. 6 years ago
  Daniel Shahaf 8d37377644 Followup to last: Don't require 'sudo' to test prefix redirections. 6 years ago
  Matthew Martin d04c62a224 tests: Add skips for tests that require sudo 6 years ago
  Daniel Shahaf 26a82113b0 'main': Highlight 'sudo' correctly when it's not installed. 6 years ago
  Matthew Martin 7177ba005f main: Split declaration and assignment 6 years ago
  Matthew Martin 2a50614579 main: Save user options in a single variable 6 years ago
  Matthew Martin 749b30221d 'main': Skip tests that break on msys2 6 years ago
  Matthew Martin 038409c10d tests: Run tests with WARN_CREATE_GLOBAL 6 years ago
  Daniel Shahaf 5436d3e5fc tests: Remove superfluous comment. 7 years ago
  Daniel Shahaf 73cb832702 'main': Highlight mismatched 'if'/'fi'. 7 years ago
  Daniel Shahaf 237f89ad62 'main': Don't consider «$*» a glob. 7 years ago
  Daniel Shahaf 9523d6d49c tests: zsh 5.4-to-be compatibility: Set a new "I am shooting myself in the foot" option. 7 years ago
  Daniel Shahaf 76ea9e1df3 'main': Highlight possible history expansions in double-quoted strings. 7 years ago
  Daniel Shahaf 347cf0eb06 'main': Add regression test for previous commit. 8 years ago
  Sebastian Gniazdowski 5625e30b87 'main': Fix bug: no start_pos=$end_pos in comment short path 8 years ago
  Daniel Shahaf fed37a90ac 'main': Fix a bug concerning command word with embedded colon-space sequences. 8 years ago