diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 66a930074a7..9b9809737d9 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -3293,7 +3293,22 @@ "name": "Lefthook", "description": "Fast and powerful Git hooks manager", "fileMatch": [ - "{.lefthook,lefthook,lefthook-local,.lefthook-local}.{yml,yaml,toml,json}" + ".lefthook.json", + ".lefthook.toml", + ".lefthook.yaml", + ".lefthook.yml", + ".lefthook-local.json", + ".lefthook-local.toml", + ".lefthook-local.yaml", + ".lefthook-local.yml", + "lefthook.json", + "lefthook.toml", + "lefthook.yaml", + "lefthook.yml", + "lefthook-local.json", + "lefthook-local.toml", + "lefthook-local.yaml", + "lefthook-local.yml" ], "url": "https://raw.githubusercontent.com/evilmartians/lefthook/master/schema.json" }, @@ -5942,7 +5957,12 @@ { "name": "mirrord config", "description": "mirrord", - "fileMatch": ["*.mirrord.{toml,json,yaml,yml}"], + "fileMatch": [ + "*.mirrord.json", + "*.mirrord.toml", + "*.mirrord.yaml", + "*.mirrord.yml" + ], "url": "https://raw.githubusercontent.com/metalbear-co/mirrord/main/mirrord-schema.json" }, { @@ -7729,7 +7749,7 @@ { "name": "Viash Component Config", "description": "Viash component config file", - "fileMatch": ["*.vsh.{yml,yaml}"], + "fileMatch": ["*.vsh.yaml", "*.vsh.yml"], "url": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/latest/config.schema.json", "versions": { "0.7.5": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.7.5/config.schema.json", @@ -7748,7 +7768,7 @@ { "name": "Viash Package Config", "description": "Viash package config file", - "fileMatch": ["_viash.{yml,yaml}"], + "fileMatch": ["_viash.yaml", "_viash.yml"], "url": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/latest/package.schema.json", "versions": { "0.7.5": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.7.5/package.schema.json",