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

Function include

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

Source from the content-addressed store, hash-verified

224 }
225
226 function include(stream, state) {
227 if (stream.match(/^include\b/)) {
228 state.restOfLine = 'string';
229 return KEYWORD;
230 }
231 }
232
233 function includeFiltered(stream, state) {
234 if (stream.match(/^include:([a-zA-Z0-9\-]+)/, false) && stream.match('include')) {

Callers 1

nextTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected