(type)
| 354 | return matchBrackets(type, pattern); |
| 355 | } |
| 356 | function patternmaybeop(type) { |
| 357 | if (type == "op" && content == ".") return cont(); |
| 358 | if (content == "to") {cx.marked = "keyword"; return cont(pattern);} |
| 359 | else return pass(); |
| 360 | } |
| 361 | function altbody(type) { |
| 362 | if (type == "{") return cont(pushlex("}", "alt"), altblock1, poplex); |
| 363 | return pass(); |