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

Function code

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

Source from the content-addressed store, hash-verified

342 }
343
344 function code(stream, state) {
345 if (stream.match(/^(!?=|-)/)) {
346 state.javaScriptLine = true;
347 return 'punctuation';
348 }
349 }
350
351 function id(stream) {
352 if (stream.match(/^#([\w-]+)/)) {

Callers 1

nextTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected