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

Function append

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

Source from the content-addressed store, hash-verified

205 }
206
207 function append(stream, state) {
208 if (stream.match(/^append\b/)) {
209 state.restOfLine = 'variable';
210 return KEYWORD;
211 }
212 }
213 function prepend(stream, state) {
214 if (stream.match(/^prepend\b/)) {
215 state.restOfLine = 'variable';

Callers 1

nextTokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected