(style, tp)
| 1 | CodeMirror.defineMode("css", function(config) { |
| 2 | var indentUnit = config.indentUnit, type; |
| 3 | function ret(style, tp) {type = tp; return style;} |
| 4 | |
| 5 | function tokenBase(stream, state) { |
| 6 | var ch = stream.next(); |
no outgoing calls
no test coverage detected