Просмотр исходного кода

130149 disabled default syntax highlight

soumaeda 2 лет назад
Родитель
Сommit
dcff5e8b47

+ 1 - 0
packages/editor/src/services/codemirror-editor/use-codemirror-editor/use-codemirror-editor.ts

@@ -57,6 +57,7 @@ export const useCodeMirrorEditor = (props?: UseCodeMirror): UseCodeMirrorEditor
         indentWithTab: false,
         basicSetup: {
           defaultKeymap: false,
+          syntaxHighlighting: false,
         },
       },
     );