docs: diff highlighting (#6604)

This commit is contained in:
Jason Rasmussen
2024-01-23 13:51:02 -05:00
committed by GitHub
parent 4fa7005a24
commit 61bb52ac11
2 changed files with 3 additions and 3 deletions

View File

@ -166,7 +166,7 @@ const config = {
prism: {
theme: prism.themes.github,
darkTheme: prism.themes.dracula,
additionalLanguages: ['sql'],
additionalLanguages: ['sql', 'diff', 'bash', 'powershell', 'nginx'],
},
image: 'overview/img/feature-panel.png',
}),