Skip to content

Commit c9bafd4

Browse files
modbendermodbender
modbender
authored and
modbender
committed
feat: add all grammer lowlight import
1 parent 20abaec commit c9bafd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/imports/optional.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export const lowlightImports = [
2+
{ name: "all", path: "lowlight" },
23
{ name: "common", path: "lowlight" },
34
{ name: "createLowlight", path: "lowlight" },
45
{ name: "CodeBlockLowlight", path: "@tiptap/extension-code-block-lowlight" },
5-
];
6+
];

0 commit comments

Comments
 (0)