Skip to content

Commit

Permalink
feat: add all grammer lowlight import
Browse files Browse the repository at this point in the history
  • Loading branch information
modbender authored and modbender committed Dec 9, 2023
1 parent 20abaec commit c9bafd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/imports/optional.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const lowlightImports = [
{ name: "all", path: "lowlight" },
{ name: "common", path: "lowlight" },
{ name: "createLowlight", path: "lowlight" },
{ name: "CodeBlockLowlight", path: "@tiptap/extension-code-block-lowlight" },
];
];

0 comments on commit c9bafd4

Please sign in to comment.