We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20abaec commit c9bafd4Copy full SHA for c9bafd4
src/imports/optional.ts
@@ -1,5 +1,6 @@
1
export const lowlightImports = [
2
+ { name: "all", path: "lowlight" },
3
{ name: "common", path: "lowlight" },
4
{ name: "createLowlight", path: "lowlight" },
5
{ name: "CodeBlockLowlight", path: "@tiptap/extension-code-block-lowlight" },
-];
6
+];
0 commit comments