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

Function extendsStatement

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

Source from the content-addressed store, hash-verified

198 }
199
200 function extendsStatement(stream, state) {
201 if (stream.match(/^extends?\b/)) {
202 state.restOfLine = 'string';
203 return KEYWORD;
204 }
205 }
206
207 function append(stream, state) {
208 if (stream.match(/^append\b/)) {

Callers 1

nextTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected