(_, value)
| 464 | if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorComma); } |
| 465 | } |
| 466 | function targetNoComma(_, value) { |
| 467 | if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorNoComma); } |
| 468 | } |
| 469 | function maybelabel(type) { |
| 470 | if (type == ":") return cont(poplex, statement); |
| 471 | return pass(maybeoperatorComma, expect(";"), poplex); |