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

Function block

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

Source from the content-addressed store, hash-verified

217 }
218 }
219 function block(stream, state) {
220 if (stream.match(/^block\b *(?:(prepend|append)\b)?/)) {
221 state.restOfLine = 'variable';
222 return KEYWORD;
223 }
224 }
225
226 function include(stream, state) {
227 if (stream.match(/^include\b/)) {

Callers 1

nextTokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected