feat(client): add pug to prism languages (#47910)

This commit is contained in:
Shaun Hamilton
2022-10-08 10:02:09 +01:00
committed by GitHub
parent 314f0e4ba6
commit deb7fcc362

View File

@@ -53,11 +53,12 @@ const config = {
'javascript',
'markup',
'mathml',
'pug',
'python',
'svg',
'xml',
'sql',
'typescript'
'svg',
'typescript',
'xml'
],
theme: 'default',
css: true,