MCPcopy Index your code
hub / github.com/Acode-Foundation/Acode / BaseExtensionOptions

Interface BaseExtensionOptions

src/cm/baseExtensions.ts:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27} from "@codemirror/view";
28
29export interface BaseExtensionOptions {
30 autoIndent?: boolean;
31 codeFolding?: boolean;
32 autoCloseBrackets?: boolean;
33 bracketMatching?: boolean;
34 highlightActiveLine?: boolean;
35 highlightSelectionMatches?: boolean;
36}
37
38/**
39 * Base extensions roughly matching the useful parts of CodeMirror's basicSetup

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected