Skip to content

Commit 8d379b1

Browse files
committed
Add Jujutsu/jj VCS config schema
These are updated on every release. The main config maps to the latest stable version.
1 parent de26a7d commit 8d379b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8271,6 +8271,12 @@
82718271
"*.hecate.json"
82728272
],
82738273
"url": "https://raw.githubusercontent.com/ShaitanLyss/these/main/hecate/hecate-json-schema.json"
8274+
},
8275+
{
8276+
"name": "Jujutsu (jj) VCS config",
8277+
"description": "Jujutsu (jj) configuration file",
8278+
"fileMatch": ["**/.jj/repo/config.toml", "**/jj/config.toml"],
8279+
"url": "https://jj-vcs.github.io/jj/latest/config-schema.json"
82748280
}
82758281
]
82768282
}

0 commit comments

Comments
 (0)