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

Function comment

static/editor.md/lib/codemirror/mode/jade/jade.js:433–439  ·  view source on GitHub ↗
(stream, state)

Source from the content-addressed store, hash-verified

431 }
432
433 function comment(stream, state) {
434 if (stream.match(/^ *\/\/(-)?([^\n]*)/)) {
435 state.indentOf = stream.indentation();
436 state.indentToken = 'comment';
437 return 'comment';
438 }
439 }
440
441 function colon(stream) {
442 if (stream.match(/^: */)) {

Callers 1

nextTokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected