160 Commits (c216242b462eb3a71b7f4b2fea2fc9750914cd45)

Autor SHA1 Nachricht Datum
  Daniel Shahaf c216242b46 command word: Highlight more reserved words. Part of issue #207. vor 9 Jahren
  Daniel Shahaf 2218e26bf8 command word: Highlight 'else' correctly. Part of issue #207. vor 9 Jahren
  Daniel Shahaf b397b12ac1 command word: Start fixing issue #207, "Word following certain reserved words should be a command word". vor 9 Jahren
  Daniel Shahaf 87deac3062 command word: Add an XFail test for issue #207. vor 9 Jahren
  Daniel Shahaf 01d7eeb3c7 Fix issue #205, "';' after assignment is highlighted as unknown-token". vor 9 Jahren
  Daniel Shahaf 6d6fb8b03e redirections: Document handling of redirections and possibly fix a latent bug. vor 9 Jahren
  Daniel Shahaf be006aded5 sudo/redirections: Fix part of issue #221, "sudo and redirection don't mix". vor 9 Jahren
  Daniel Shahaf c6355a31b7 Followup to last: re-fix issue #9 and add test for it. vor 9 Jahren
  Daniel Shahaf 018bc45f21 Followup to last: tighten the fix and ask a question. vor 9 Jahren
  Daniel Shahaf 2c9f8c8c95 Fix issue #209, "precommand modifiers at non-command-word position". vor 9 Jahren
  Daniel Shahaf 88cf98d9c4 states work: Documents the various states. vor 9 Jahren
  Daniel Shahaf 0aa6a5db78 states work: Convert $new_expression parsing. vor 9 Jahren
  Daniel Shahaf 10b1da64e6 states work: Convert sudo parsing. vor 9 Jahren
  Daniel Shahaf 80d692c400 command word: Add an XFail test for issue #194, "Highlight anonymous functions". vor 9 Jahren
  Daniel Shahaf e49251b6fa sudo/redirections: Add two XFail tests for issue #221, "sudo and redirection don't mix". vor 9 Jahren
  Daniel Shahaf 2080a441ac minor: Remove redundant setting of $highlight_glob. vor 9 Jahren
  Daniel Shahaf 59fbdda64c main: Refresh highlighting upon accept-* widgets (accept-line et al). vor 9 Jahren
  Daniel Shahaf 7723edf4f5 Add an XFail test for accept-line semantics. vor 9 Jahren
  Daniel Shahaf feec9f58c9 Followup to last: Fix issue number in comment. vor 9 Jahren
  Daniel Shahaf ed6d229b1c Add XFail test for issue #208, 'precommand modifiers at non-command-word position'. vor 9 Jahren
  Daniel Shahaf fb5ce43799 noop: Rename a local variable for clarity. vor 9 Jahren
  Daniel Shahaf 9816fcf055 redirections: Test an infix redirection. vor 9 Jahren
  Daniel Shahaf 871af68082 sudo: Extend test to cover all codepaths. vor 9 Jahren
  Daniel Shahaf 98aee7f8b9 Remove path_approx. vor 9 Jahren
  Daniel Shahaf 20d106bd4d noop: Associate an XFAIL test with its issue. vor 9 Jahren
  Daniel Shahaf d66113c1ed Add XFAIL test for issue #205, "';' highlighted as unknown-token". vor 9 Jahren
  Daniel Shahaf 728ed66ff9 Fix copyright year. vor 9 Jahren
  Daniel Shahaf 11c060ab76 test harness: Fix a bug whereby 'todo' state would propagate to all subsequent test points. vor 9 Jahren
  Daniel Shahaf b2ac98b981 Fix issue #216: test failure with HOME=/nonexistent. vor 9 Jahren
  Antony Lee 22c8736e2b Add XFAIL test for issue #160, "subshells highlighted incorrectly". vor 9 Jahren
  Daniel Shahaf c687bddea3 Drop unnecessary shebang lines, part 2. vor 9 Jahren
  Daniel Shahaf c30301d474 Drop unnecessary shebang lines. vor 9 Jahren
  Daniel Shahaf e138cfd765 command word: Protect against the case that the command word starts with a minus. vor 9 Jahren
  Daniel Shahaf 07fd773d7e noop: Add comments. vor 9 Jahren
  Daniel Shahaf 5cd1fb26c0 Resolve tilde expansions in command word. vor 9 Jahren
  Daniel Shahaf faed2fa49e internal: Fix docstrings. vor 9 Jahren
  Daniel Shahaf 800158745a Highlight quoted command words correctly. vor 9 Jahren
  Daniel Shahaf 7b4598a764 Highlight arithmetic expansions. vor 9 Jahren
  Daniel Shahaf 52a2ef644b Don't highlight escaped globbing. vor 9 Jahren
  Daniel Shahaf 6488284814 back-dollar-quoted-argument: Highlight incomplete escape sequences as unknown-token vor 9 Jahren
  Daniel Shahaf f657406159 minor: Fix comment in last ocmmit. vor 9 Jahren
  Daniel Shahaf 8b728522de Add test for empty commands. vor 9 Jahren
  Daniel Shahaf 79e8c2dd48 Don't highlight syntax elements as paths. vor 9 Jahren
  Daniel Shahaf 6732783d46 back-dollar-quoted-argument: Correct an off-by-one. vor 9 Jahren
  Daniel Shahaf 0788514cbd back-dollar-quoted-argument: Correct octal escape syntax. vor 9 Jahren
  Daniel Shahaf 8a43bd2cd9 back-dollar-quoted-argument: Highlight \uHHHH and \UHHHHHHHH escapes. vor 9 Jahren
  Daniel Shahaf 98366ade11 back-dollar-quoted-argument: Don't consider \0xHH a hex escape sequence. vor 9 Jahren
  Daniel Shahaf 78ad649d47 back-dollar-quoted-argument: Don't consider comma a hex character. vor 9 Jahren
  Daniel Shahaf 69fcb40275 Highlight backslash escapes within $'' strings. vor 9 Jahren
  Daniel Shahaf f4164ac86c internal: Document a function-local variable. vor 9 Jahren