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

Function whileStatement

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

Source from the content-addressed store, hash-verified

307 }
308
309 function whileStatement(stream, state) {
310 if (stream.match(/^while\b/)) {
311 state.javaScriptLine = true;
312 return KEYWORD;
313 }
314 }
315
316 function tag(stream, state) {
317 var captures;

Callers 1

nextTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected