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

Function caseStatement

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

Source from the content-addressed store, hash-verified

177 }
178
179 function caseStatement(stream, state) {
180 if (stream.match(/^case\b/)) {
181 state.javaScriptLine = true;
182 return KEYWORD;
183 }
184 }
185
186 function when(stream, state) {
187 if (stream.match(/^when\b/)) {

Callers 1

nextTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected