diff --git a/public/app/core/components/code_editor/code_editor.ts b/public/app/core/components/code_editor/code_editor.ts index 18141877bda..9de2435bd84 100644 --- a/public/app/core/components/code_editor/code_editor.ts +++ b/public/app/core/components/code_editor/code_editor.ts @@ -55,6 +55,8 @@ function setModuleUrl(moduleType, name) { } setModuleUrl("ext", "language_tools"); +setModuleUrl("mode", "text"); +setModuleUrl("snippets", "text"); let editorTemplate = `
`;