Skip to content

Commit e322693

Browse files
Add Lando landofile schema (SchemaStore#4810)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fdbb703 commit e322693

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
@@ -611,6 +611,12 @@
611611
],
612612
"url": "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.schema.json"
613613
},
614+
{
615+
"name": "Lando (landofile)",
616+
"description": "The configuration file for a Lando app. Documentation: https://github.com/4lando/lando-spec",
617+
"fileMatch": [".lando.yml", ".lando.*.yml"],
618+
"url": "https://4lando.github.io/lando-spec/landofile-spec.json"
619+
},
614620
{
615621
"name": "latexindent configuration",
616622
"description": "Configuration file for latexindent",

0 commit comments

Comments
 (0)