MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / getViewerSetup

Function getViewerSetup

app/utilities/codeMirrorSetup.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26export function getViewerSetup(): Array<Extension> {
27 return [drawSelection(), dropCursor(), bracketMatching(), lineNumbers()];
28}
29
30export function getEditorSetup(): Array<Extension> {
31 return [

Callers 1

CodeViewerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected