File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/site-kit/src/lib/markdown Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ const highlighter = await createHighlighterCore({
5454 import ( '@shikijs/langs/css' ) ,
5555 import ( '@shikijs/langs/bash' ) ,
5656 import ( '@shikijs/langs/yaml' ) ,
57- import ( '@shikijs/langs/toml' ) ,
5857 import ( '@shikijs/langs/svelte' )
5958 ] ,
6059 engine : createOnigurumaEngine ( import ( 'shiki/wasm' ) )
@@ -894,7 +893,6 @@ async function syntax_highlight({
894893 . replace ( / { 11 } ( [ ^ ] [ ^ ] + ?) { 11 } / g, ( _ , content ) => {
895894 return highlight_spans ( content , 'highlight add' ) ;
896895 } )
897- // TODO: make this not highlight the static adapter's github yaml deploy file
898896 . replace ( / { 9 } ( [ ^ ] [ ^ ] + ?) { 9 } / g, ( _ , content ) => {
899897 return highlight_spans ( content , 'highlight' ) ;
900898 } ) ;
You can’t perform that action at this time.
0 commit comments