Skip to content

Commit 3c41147

Browse files
authored
Update utils.ts
1 parent 811f6e3 commit 3c41147

File tree

1 file changed

+2
-1
lines changed
  • packages/site-kit/src/lib/markdown

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export const SHIKI_LANGUAGE_MAP = {
1717
ts: 'typescript',
1818
dts: 'typescript',
1919
// TODO: find a highlighter for tree syntax
20-
tree: ''
20+
tree: '',
21+
'': ''
2122
};
2223

2324
/**

0 commit comments

Comments
 (0)