Add ini syntax highlight

This commit is contained in:
Lunny Xiao
2024-06-03 21:29:38 +08:00
parent 57040f7486
commit 897fd52cf7

View File

@@ -320,6 +320,7 @@ const config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ['ini'],
},
}),
};