Skip to content

Commit 3e19747

Browse files
Add the schema of bacon configuration files (SchemaStore#5102)
* Add the schema of bacon configuration files Bacon tool is at https://dystroy.org/bacon/ The same site hosts the schema file, which is updated at every release * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cc9af05 commit 3e19747

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
@@ -2,6 +2,12 @@
22
"$schema": "https://json.schemastore.org/schema-catalog.json",
33
"version": 1,
44
"schemas": [
5+
{
6+
"name": "Bacon config",
7+
"description": "Bacon configuration file",
8+
"fileMatch": ["bacon.toml", "**/bacon/prefs.toml"],
9+
"url": "https://dystroy.org/bacon/.bacon.schema.json"
10+
},
511
{
612
"name": "Upsun config",
713
"description": "Upsun configuration file",

0 commit comments

Comments
 (0)