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

Function haxeTokenString

static/editor.md/lib/codemirror/mode/haxe/haxe.js:125–131  ·  view source on GitHub ↗
(quote)

Source from the content-addressed store, hash-verified

123 }
124
125 function haxeTokenString(quote) {
126 return function(stream, state) {
127 if (!nextUntilUnescaped(stream, quote))
128 state.tokenize = haxeTokenBase;
129 return ret("string", "string");
130 };
131 }
132
133 function haxeTokenComment(stream, state) {
134 var maybeEnd = false, ch;

Callers 1

haxeTokenBaseFunction · 0.85

Calls 2

nextUntilUnescapedFunction · 0.70
retFunction · 0.70

Tested by

no test coverage detected