Skip to content

Commit 0ccfb42

Browse files
EmilyGraceSeville7cfEmilySeville7cfgpre-commit-ci[bot]
authored
Add Warp configs support (#3220)
* feat(schema): support Warp keysets * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix(schema): $schema keyword * feat(schema): support Warp themes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix(schema): $schema keyword * feat(schema): support Warp workflows * fix(schema): use oneOf * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix(schema): doc urls * feat(schema): fix shells property --------- Co-authored-by: EmilySeville7cfg <EmilySeville7cfg@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6c878e7 commit 0ccfb42

4 files changed

Lines changed: 1018 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5257,6 +5257,24 @@
52575257
"description": "A file format for describing custom elements",
52585258
"url": "https://raw.githubusercontent.com/webcomponents/custom-elements-manifest/main/schema.json",
52595259
"fileMatch": ["custom-elements.json"]
5260+
},
5261+
{
5262+
"name": "warp-keysets.json",
5263+
"description": "Warp keyboard shortcut presets",
5264+
"url": "https://json.schemastore.org/warp-keysets.json",
5265+
"fileMatch": ["**/.warp/keybindings.yaml"]
5266+
},
5267+
{
5268+
"name": "warp-themes.json",
5269+
"description": "Warp themes",
5270+
"url": "https://json.schemastore.org/warp-themes.json",
5271+
"fileMatch": ["**/.warp/themes/*.yaml"]
5272+
},
5273+
{
5274+
"name": "warp-workflows.json",
5275+
"description": "Warp workflows",
5276+
"url": "https://json.schemastore.org/warp-workflows.json",
5277+
"fileMatch": ["**/.warp/workflows/*.yaml"]
52605278
}
52615279
],
52625280
"version": 1

0 commit comments

Comments
 (0)