We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbb703 commit e322693Copy full SHA for e322693
src/api/json/catalog.json
@@ -611,6 +611,12 @@
611
],
612
"url": "https://github.com/cloudcannon/configuration-types/releases/latest/download/cloudcannon-config.schema.json"
613
},
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
+ },
620
{
621
"name": "latexindent configuration",
622
"description": "Configuration file for latexindent",
0 commit comments