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

Function INTERPOLATION

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

Source from the content-addressed store, hash-verified

144 match: concat(/\\/, rawDelimiter, /[\t ]*(?:[\r\n]|\r\n)/)
145 });
146 const INTERPOLATION = (rawDelimiter = "") => ({
147 className: 'subst',
148 label: "interpol",
149 begin: concat(/\\/, rawDelimiter, /\(/),
150 end: /\)/
151 });
152 const MULTILINE_STRING = (rawDelimiter = "") => ({
153 begin: concat(rawDelimiter, /"""/),
154 end: concat(/"""/, rawDelimiter),

Callers 2

MULTILINE_STRINGFunction · 0.85
SINGLE_LINE_STRINGFunction · 0.85

Calls 1

concatFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…