(extensions)
| 48 | return []; |
| 49 | }, |
| 50 | codeMirrorExtensions(extensions) { |
| 51 | return extensions.filter((i) => i.type !== 'linkShortener'); |
| 52 | }, |
| 53 | editorConfig: { |
| 54 | languageUserDefined: { |
| 55 | 'zh-TW': zh_TW, |
nothing calls this directly
no outgoing calls
no test coverage detected