Files
openclaw/extensions/diffs-language-pack/openclaw.plugin.json
Dallin Romney d638611684 feat: split diffs language pack
Split the diffs viewer Shiki language pack into an external publishable plugin.

The diffs plugin keeps the default curated syntax set, while the new @openclaw/diffs-language-pack package carries the extended Shiki languages for npm and ClawHub distribution. The install metadata includes the external ClawHub spec, and the curated C# alias set keeps both c# and cs supported without the language pack.

Co-authored-by: Dallin Romney <dallinromney@gmail.com>
2026-05-27 18:08:40 +01:00

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": {}
}
}