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

Function className

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

Source from the content-addressed store, hash-verified

355 }
356
357 function className(stream) {
358 if (stream.match(/^\.([\w-]+)/)) {
359 return CLASS;
360 }
361 }
362
363 function attrs(stream, state) {
364 if (stream.peek() == '(') {

Callers 1

nextTokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected