* Get the CodeMirror language extension
()
| 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) |
no outgoing calls
no test coverage detected