(stream, state)
| 290 | return style; |
| 291 | } |
| 292 | function firstSub(stream, state) { |
| 293 | state.stack.indented = stream.column(); |
| 294 | state.line = state.tokenize = sub; |
| 295 | return state.tokenize(stream, state); |
| 296 | } |
| 297 | |
| 298 | function createMode(mode) { |
| 299 | var query = embedded[mode]; |
nothing calls this directly
no outgoing calls
no test coverage detected