MCPcopy
hub / github.com/highlightjs/highlight.js / SINGLE_LINE_STRING

Function SINGLE_LINE_STRING

src/languages/swift.js:161–168  ·  view source on GitHub ↗
(rawDelimiter = "")

Source from the content-addressed store, hash-verified

159 ]
160 });
161 const SINGLE_LINE_STRING = (rawDelimiter = "") => ({
162 begin: concat(rawDelimiter, /"/),
163 end: concat(/"/, rawDelimiter),
164 contains: [
165 ESCAPED_CHARACTER(rawDelimiter),
166 INTERPOLATION(rawDelimiter)
167 ]
168 });
169 const STRING = {
170 className: 'string',
171 variants: [

Callers 1

swift.jsFile · 0.85

Calls 3

concatFunction · 0.90
ESCAPED_CHARACTERFunction · 0.85
INTERPOLATIONFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…