Skip to content

Commit

Permalink
Update SchemaStore catalog
Browse files Browse the repository at this point in the history
This commit was performed automatically by GitHub Actions.
  • Loading branch information
b0o authored and actions-user committed Dec 31, 2023
1 parent 771c951 commit 543b3e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/schemastore/catalog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ M.json = {
["quilt.mod.json"] = 771,
["release drafter"] = 648,
["release-plz.toml"] = 480,
["rivet.yaml"] = 792,
rtx = 484,
rustfmt = 491,
samt = 493,
Expand Down Expand Up @@ -5112,6 +5113,11 @@ M.json = {
fileMatch = { "mainmenu.yml", "mainmenu.yaml", "mainmenu.json" },
name = "Minecraft Custom Main Menu Mod",
url = "https://json.schemastore.org/minecraft-custom-main-menu-mod.json"
}, {
description = "Rivet game configuration file",
fileMatch = { "rivet.yaml", "rivet.*.yaml", "rivet.toml", "rivet.*.toml", "rivet.json", "rivet.*.json" },
name = "rivet.yaml",
url = "https://rivet.gg/rivet.schema.json"
} },
version = 1
}
Expand Down

0 comments on commit 543b3e0

Please sign in to comment.