MCPcopy
hub / github.com/prisma/prisma / highlightDatamodel

Function highlightDatamodel

packages/internals/src/highlight/highlight.ts:6–8  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

4import type { SyntaxDefinition } from './types'
5
6export function highlightDatamodel(str: string): any {
7 return highlight(str, dml)
8}
9export function highlightSql(str: string): any {
10 return highlight(str, sql)
11}

Callers 2

Calls 1

highlightFunction · 0.70

Tested by

no test coverage detected