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

Function includeFiltered

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

Source from the content-addressed store, hash-verified

231 }
232
233 function includeFiltered(stream, state) {
234 if (stream.match(/^include:([a-zA-Z0-9\-]+)/, false) && stream.match('include')) {
235 state.isIncludeFiltered = true;
236 return KEYWORD;
237 }
238 }
239
240 function includeFilteredContinued(stream, state) {
241 if (state.isIncludeFiltered) {

Callers 1

nextTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected