Skip to content

Commit b73a9fc

Browse files
feat: add expanded file types for Codify (SchemaStore#4636)
1 parent 0002110 commit b73a9fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/api/json/catalog.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,12 @@
546546
"fileMatch": [
547547
"codify.json",
548548
"codify.yaml",
549+
"codify.json5",
550+
"codify.jsonc",
549551
"*.codify.json",
550-
"*.codify.yaml"
552+
"*.codify.yaml",
553+
"*.codify.json5",
554+
"*.codify.jsonc"
551555
],
552556
"url": "https://raw.githubusercontent.com/codifyCLI/codify-schemas/main/src/schemastore/codify-schema.json"
553557
},

0 commit comments

Comments
 (0)