MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / tokenSComment

Function tokenSComment

static/js/codemirror/mode/less/less.js:177–181  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

175 }
176
177 function tokenSComment(stream, state) { // SComment = Slash comment
178 stream.skipToEnd();
179 state.tokenize = tokenBase;
180 return ret("comment", "comment");
181 }
182
183 function tokenCComment(stream, state) {
184 var maybeEnd = false, ch;

Callers 1

tokenBaseFunction · 0.85

Calls 1

retFunction · 0.70

Tested by

no test coverage detected