Skip to content

Commit b7ca9a9

Browse files
committed
Add syntax highlighting support for http and yaml
1 parent 9770b04 commit b7ca9a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ const config = {
127127
respectPrefersColorScheme: true,
128128
},
129129
prism: {
130+
additionalLanguages: ['http', 'yaml'],
130131
theme: lightCodeTheme,
131132
darkTheme: darkCodeTheme,
132133
},

0 commit comments

Comments
 (0)