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

Function getEditorSetup

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

Source from the content-addressed store, hash-verified

28}
29
30export function getEditorSetup(): Array<Extension> {
31 return [
32 highlightActiveLineGutter(),
33 highlightSpecialChars(),
34 drawSelection(),
35 dropCursor(),
36 bracketMatching(),
37 highlightActiveLine(),
38 highlightSelectionMatches(),
39 lineNumbers(),
40 ];
41}

Callers 1

CodeEditorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected