Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 96d308e

Browse files
committed
enable lua highlihgting
1 parent de62058 commit 96d308e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const config: Config = {
182182
prism: {
183183
theme: prismThemes.github,
184184
darkTheme: prismThemes.dracula,
185-
additionalLanguages: ['bash', 'json', 'powershell', 'docker'],
185+
additionalLanguages: ['bash', 'json', 'powershell', 'docker', 'lua'],
186186
},
187187
mermaid: {
188188
theme: { light: 'neutral', dark: 'dark' },

0 commit comments

Comments
 (0)