Skip to content

Commit

Permalink
add Lua code block syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
nmschulte committed Feb 24, 2024
1 parent 924fddf commit 7661e02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ const config: Config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ['lua'],
},
} satisfies ThemeConfig,
};
Expand Down

0 comments on commit 7661e02

Please sign in to comment.