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

Function attributesBlock

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

Source from the content-addressed store, hash-verified

417 }
418
419 function attributesBlock(stream, state) {
420 if (stream.match(/^&attributes\b/)) {
421 state.javaScriptArguments = true;
422 state.javaScriptArgumentsDepth = 0;
423 return 'keyword';
424 }
425 }
426
427 function indent(stream) {
428 if (stream.sol() && stream.eatSpace()) {

Callers 1

nextTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected