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

Function tokenSComment

mini-code-edit/cm/mode/less/less.js:142–146  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

140 }
141
142 function tokenSComment(stream, state) {// SComment = Slash comment
143 stream.skipToEnd();
144 state.tokenize = tokenBase;
145 return ret("comment", "comment");
146 }
147
148 function tokenCComment(stream, state) {
149 var maybeEnd = false, ch;

Callers 1

tokenBaseFunction · 0.85

Calls 1

retFunction · 0.70

Tested by

no test coverage detected