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 03298d4 commit adc8858Copy full SHA for adc8858
shiki.config.mjs
@@ -1,4 +1,3 @@
1
-/* eslint-disable import-x/no-unresolved */
2
'use strict';
3
4
import cLanguage from 'shiki/langs/c.mjs';
@@ -13,7 +12,6 @@ import powershellLanguage from 'shiki/langs/powershell.mjs';
13
12
import shellScriptLanguage from 'shiki/langs/shellscript.mjs';
14
import shellSessionLanguage from 'shiki/langs/shellsession.mjs';
15
import typeScriptLanguage from 'shiki/langs/typescript.mjs';
16
-
17
import lightTheme from 'shiki/themes/catppuccin-latte.mjs';
18
import darkTheme from 'shiki/themes/catppuccin-mocha.mjs';
19
0 commit comments