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

Function doctype

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

Source from the content-addressed store, hash-verified

147 }
148
149 function doctype(stream) {
150 if (stream.match(/^(?:doctype) *([^\n]+)?/)) {
151 return DOCTYPE;
152 }
153 }
154
155 function interpolation(stream, state) {
156 if (stream.match('#{')) {

Callers 1

nextTokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected