MCPcopy
hub / github.com/prisma/prisma / getColorForSyntaxKind

Function getColorForSyntaxKind

packages/client/src/runtime/highlight/prism.ts:494–496  ·  view source on GitHub ↗
(syntaxKind: string)

Source from the content-addressed store, hash-verified

492}
493
494function getColorForSyntaxKind(syntaxKind: string) {
495 return theme[syntaxKind] || identity
496}

Callers 1

prism.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected