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

Function tokenSOMETHING

static/editor.md/lib/codemirror/mode/perl/perl.js:503–509  ·  view source on GitHub ↗
(stream,state,string)

Source from the content-addressed store, hash-verified

501 return state.tokenize(stream,state);}
502
503 function tokenSOMETHING(stream,state,string){
504 state.tokenize=function(stream,state){
505 if(stream.string==string)
506 state.tokenize=tokenPerl;
507 stream.skipToEnd();
508 return "string";};
509 return state.tokenize(stream,state);}
510
511 function tokenPerl(stream,state){
512 if(stream.eatSpace())

Callers 1

tokenPerlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected