@tiptap/extension-code-block-lowlight 2.5.9 → 3.0.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -2733,6 +2733,7 @@ const CodeBlockLowlight = CodeBlock__default.default.extend({
2733
2733
  return {
2734
2734
  ...(_a = this.parent) === null || _a === void 0 ? void 0 : _a.call(this),
2735
2735
  lowlight: {},
2736
+ defaultLanguage: null,
2736
2737
  };
2737
2738
  },
2738
2739
  addProseMirrorPlugins() {