소스 검색

130149 disabled default syntax highlight

soumaeda 2 년 전
부모
커밋
dcff5e8b47
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/editor/src/services/codemirror-editor/use-codemirror-editor/use-codemirror-editor.ts

+ 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,
         },
       },
     );