mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-01 15:03:57 +08:00
feat(docs): update examples and enhance language support in configuration
This commit is contained in:
@@ -254,14 +254,24 @@ export default defineConfig({
|
||||
},
|
||||
languages: [
|
||||
'bash',
|
||||
'shell',
|
||||
'powershell',
|
||||
'json',
|
||||
'yaml',
|
||||
'toml',
|
||||
'javascript',
|
||||
'typescript',
|
||||
'jsx',
|
||||
'tsx',
|
||||
'vue',
|
||||
'markdown'
|
||||
'html',
|
||||
'css',
|
||||
'markdown',
|
||||
'python',
|
||||
'ruby',
|
||||
'diff',
|
||||
'xml',
|
||||
'mermaid'
|
||||
],
|
||||
config: (md) => {
|
||||
// Add markdown-it plugins if needed
|
||||
|
||||
Reference in New Issue
Block a user