Skip to content

Commit 9551a31

Browse files
authored
Update utils.ts
1 parent 3c41147 commit 9551a31

File tree

1 file changed

+3
-0
lines changed
  • packages/site-kit/src/lib/markdown

1 file changed

+3
-0
lines changed

packages/site-kit/src/lib/markdown/utils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ export const SHIKI_LANGUAGE_MAP = {
1616
jsonc: 'javascript',
1717
ts: 'typescript',
1818
dts: 'typescript',
19+
toml: 'toml',
20+
yaml: 'yaml',
21+
yml: 'yaml',
1922
// TODO: find a highlighter for tree syntax
2023
tree: '',
2124
'': ''

0 commit comments

Comments
 (0)