MCPcopy Create free account
hub / github.com/TruthHun/BookStack / readBlockComment

Function readBlockComment

static/editor.md/lib/codemirror/mode/ruby/ruby.js:217–222  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

215 };
216 }
217 function readBlockComment(stream, state) {
218 if (stream.sol() && stream.match("=end") && stream.eol())
219 state.tokenize.pop();
220 stream.skipToEnd();
221 return "comment";
222 }
223
224 return {
225 startState: function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected