Skip to content

Commit 296cc59

Browse files
committed
docs: Improved code highlighting
1 parent 36edf0d commit 296cc59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extension/astro.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ export default defineConfig({
4444
lastUpdated: true,
4545
tableOfContents: { minHeadingLevel: 2, maxHeadingLevel: 5 },
4646
plugins: [starlightScrollToTop(), starlightChangelogs()],
47+
expressiveCode: {
48+
themes: ["starlight-dark", "starlight-light"],
49+
},
4750
sidebar: [
4851
{ label: "Overview", autogenerate: { directory: "overview" } },
4952
{

0 commit comments

Comments
 (0)