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 8cde702 commit 93ffa28Copy full SHA for 93ffa28
vite.config.ts
@@ -14,7 +14,7 @@ export default defineConfig({
14
wasm(),
15
(monacoEditorPlugin as any).default({}),
16
prismjsPlugin({
17
- languages: ['Bash'],
+ languages: ['bash'],
18
plugins: ['line-numbers', 'copy-to-clipboard'], //官网有其他功能,这里开启行数和复制按钮功能
19
theme: 'TWILIGHT',
20
css: true,
0 commit comments