Skip to content

Commit

Permalink
Add toml highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnightific committed Jul 31, 2024
1 parent 480c88a commit 230ddcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['lua', 'bash']
additionalLanguages: ['lua', 'bash', 'toml']
},
}),
};
Expand Down

0 comments on commit 230ddcb

Please sign in to comment.