Skip to content

Commit

Permalink
[docs] Support yaml as prism language (mui#40044)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored and mnajdova committed Dec 6, 2023
1 parent 2a8705a commit 1ee5282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/markdown/prism.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require('prismjs/components/prism-javascript');
require('prismjs/components/prism-json');
require('prismjs/components/prism-jsx');
require('prismjs/components/prism-markup');
require('prismjs/components/prism-yaml');
require('prismjs/components/prism-tsx');

function highlight(code, language) {
Expand Down

0 comments on commit 1ee5282

Please sign in to comment.