Skip to content

Commit 0426dea

Browse files
authored
feat: add Mado configuration to catalog (SchemaStore#4996)
https://github.com/akiomik/mado#configuration
1 parent c345563 commit 0426dea

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
@@ -3660,6 +3660,12 @@
36603660
"fileMatch": [".luaurc"],
36613661
"url": "https://www.schemastore.org/luaurc.json"
36623662
},
3663+
{
3664+
"name": "Mado configuration",
3665+
"description": "Mado markdown linter configuration file",
3666+
"fileMatch": [".mado.toml", "mado.toml"],
3667+
"url": "https://raw.githubusercontent.com/akiomik/mado/refs/heads/main/pkg/json-schema/mado.json"
3668+
},
36633669
{
36643670
"name": "MapEHR Mapping",
36653671
"description": "Mapping for MapEHR.com",

0 commit comments

Comments
 (0)