MCPcopy Create free account
hub / github.com/hydro-dev/Hydro / codeMirrorExtensions

Function codeMirrorExtensions

packages/ui-default/components/editor/mdeditor.ts:50–52  ·  view source on GitHub ↗
(extensions)

Source from the content-addressed store, hash-verified

48 return [];
49 },
50 codeMirrorExtensions(extensions) {
51 return extensions.filter((i) => i.type !== 'linkShortener');
52 },
53 editorConfig: {
54 languageUserDefined: {
55 'zh-TW': zh_TW,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected