We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9551a31 commit d63e057Copy full SHA for d63e057
packages/site-kit/src/lib/markdown/utils.ts
@@ -19,6 +19,7 @@ export const SHIKI_LANGUAGE_MAP = {
19
toml: 'toml',
20
yaml: 'yaml',
21
yml: 'yaml',
22
+ cson: '',
23
// TODO: find a highlighter for tree syntax
24
tree: '',
25
'': ''
0 commit comments