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

Function recursiveParen

static/highlight/languages/crystal.js:34–39  ·  view source on GitHub ↗
(begin, end)

Source from the content-addressed store, hash-verified

32 };
33
34 function recursiveParen(begin, end) {
35 var
36 contains = [{begin: begin, end: end}];
37 contains[0].contains = contains;
38 return contains;
39 }
40 var STRING = {
41 className: 'string',
42 contains: [hljs.BACKSLASH_ESCAPE, SUBST],

Callers 1

crystal.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected