(type, stream, state)
| 256 | return baseState; |
| 257 | } |
| 258 | function closeStateErr(type, stream, state) { |
| 259 | setStyle = "error"; |
| 260 | return closeState(type, stream, state); |
| 261 | } |
| 262 | |
| 263 | function attrState(type, _stream, state) { |
| 264 | if (type == "word") { |
nothing calls this directly
no test coverage detected