Skip to content

Commit 5ce6de7

Browse files
authored
feat: add schema for lakefile.toml (SchemaStore#4913)
* feat: add schema for `lakefile.toml` * chore: remove mention of "schema"
1 parent 988bd8d commit 5ce6de7

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
@@ -8475,6 +8475,12 @@
84758475
"description": "Terrateam configuration file",
84768476
"fileMatch": ["**/.terrateam/config.yaml", "**/.terrateam/config.yml"],
84778477
"url": "https://raw.githubusercontent.com/terrateamio/terrateam/refs/heads/main/api_schemas/terrat/config-schema.json"
8478+
},
8479+
{
8480+
"name": "Lake configuration file",
8481+
"description": "`lakefile.toml`, the .toml configuration file for Lake, the package manager of the Lean programming language and theorem prover",
8482+
"fileMatch": ["lakefile.toml"],
8483+
"url": "https://raw.githubusercontent.com/leanprover/lean4/refs/heads/master/src/lake/schemas/lakefile-toml-schema.json"
84788484
}
84798485
]
84808486
}

0 commit comments

Comments
 (0)