(stream, state)
| 121 | }; |
| 122 | |
| 123 | function tokenize(stream, state) { |
| 124 | return (state.tokens[0] || tokenBase) (stream, state); |
| 125 | }; |
| 126 | |
| 127 | return { |
| 128 | startState: function() {return {tokens:[]};}, |
no outgoing calls
no test coverage detected
searching dependent graphs…