Skip to content

Commit b703d9d

Browse files
committed
💄 (Docker syntax) Add syntax highlighting for dockerfile in code blocks
1 parent 1ec4f5b commit b703d9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ const config = {
102102
prism: {
103103
theme: lightCodeTheme,
104104
darkTheme: darkCodeTheme,
105+
additionalLanguages: ["docker"],
105106
},
106107
}),
107108
};

0 commit comments

Comments
 (0)