fix(client): enable syntax highlighting for JSX code blocks (#57715)

This commit is contained in:
Huyen Nguyen 2024-12-23 19:40:25 +07:00 committed by GitHub
parent ca459080b5
commit c6423b44fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,7 @@ const config = {
'css',
'html',
'javascript',
'jsx',
'markup',
'mathml',
'pug',