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

Function prepend

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

Source from the content-addressed store, hash-verified

211 }
212 }
213 function prepend(stream, state) {
214 if (stream.match(/^prepend\b/)) {
215 state.restOfLine = 'variable';
216 return KEYWORD;
217 }
218 }
219 function block(stream, state) {
220 if (stream.match(/^block\b *(?:(prepend|append)\b)?/)) {
221 state.restOfLine = 'variable';

Callers 1

nextTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected