160 コミット (c216242b462eb3a71b7f4b2fea2fc9750914cd45)

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