mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-30 02:48:43 +00:00
15 lines
350 B
JSON
15 lines
350 B
JSON
{
|
|
"id": "diffs-language-pack",
|
|
"requiresPlugins": ["diffs"],
|
|
"activation": {
|
|
"onStartup": true
|
|
},
|
|
"name": "Diff Viewer Language Pack",
|
|
"description": "Adds syntax highlighting for languages outside the default diffs viewer set.",
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|