(err)
| 260 | } |
| 261 | |
| 262 | function endcloseplugin(err) { |
| 263 | return function(type) { |
| 264 | if (err) setStyle = "error"; |
| 265 | if (type == "endPlugin") return cont(); |
| 266 | return pass(); |
| 267 | }; |
| 268 | } |
| 269 | |
| 270 | function attributes(type) { |
| 271 | if (type == "keyword") {setStyle = "attribute"; return cont(attributes);} |