Skip to content

Commit 16fc284

Browse files
committed
feat: Add additional languages to highlighter
1 parent c0ab571 commit 16fc284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-case-component/src/generateHtml.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export async function generateHtml(data: DataFixture) {
3636

3737
const highlighter = createHighlighter({
3838
themes: [myTheme],
39-
langs: ["javascript", "typescript"],
39+
langs: ["javascript", "typescript", "python", "markdown"],
4040
});
4141

4242
type StepNameType = "before" | "during" | "after"

0 commit comments

Comments
 (0)