MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / getExtension

Method getExtension

src/cm/modelist.ts:248–250  ·  view source on GitHub ↗

* Get the CodeMirror language extension

()

Source from the content-addressed store, hash-verified

246 * Get the CodeMirror language extension
247 */
248 getExtension(): LanguageExtensionProvider | null {
249 return this.languageExtension;
250 }
251
252 /**
253 * Check if the language extension is available (loaded)

Callers 5

editorFile.jsFile · 0.80
startPluginLanguageLoadFunction · 0.80
addThemeFunction · 0.80
createFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected