Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
494
function
getColorForSyntaxKind(syntaxKind: string) {
495
return
theme[syntaxKind] || identity
496
}
Callers
1
prism.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected