(type)
| 267 | return pass(); |
| 268 | } |
| 269 | function inop(type) { |
| 270 | if (type == "name" && content == "in") {cx.marked = "keyword"; return cont();} |
| 271 | return pass(); |
| 272 | } |
| 273 | function fndef(type) { |
| 274 | if (content == "@" || content == "~") {cx.marked = "keyword"; return cont(fndef);} |
| 275 | if (type == "name") {cx.marked = "def"; return cont(fndef);} |