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

Function defaultStatement

static/editor.md/lib/codemirror/mode/jade/jade.js:194–198  ·  view source on GitHub ↗
(stream)

Source from the content-addressed store, hash-verified

192 }
193
194 function defaultStatement(stream) {
195 if (stream.match(/^default\b/)) {
196 return KEYWORD;
197 }
198 }
199
200 function extendsStatement(stream, state) {
201 if (stream.match(/^extends?\b/)) {

Callers 1

nextTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected