MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / ret

Function ret

mini-code-edit/cm/mode/css/css.js:3–3  ·  view source on GitHub ↗
(style, tp)

Source from the content-addressed store, hash-verified

1CodeMirror.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();

Callers 4

tokenBaseFunction · 0.70
tokenCCommentFunction · 0.70
tokenSGMLCommentFunction · 0.70
tokenStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected