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

Function colon

static/editor.md/lib/codemirror/mode/jade/jade.js:441–445  ·  view source on GitHub ↗
(stream)

Source from the content-addressed store, hash-verified

439 }
440
441 function colon(stream) {
442 if (stream.match(/^: */)) {
443 return 'colon';
444 }
445 }
446
447 function text(stream, state) {
448 if (stream.match(/^(?:\| ?| )([^\n]+)/)) {

Callers 1

nextTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected