Skip to content

Commit f9be94e

Browse files
committed
Update catalog at 2026-02-24T13:00:01Z
1 parent 1cb4a90 commit f9be94e

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

data/schemata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

import/SchemaStore.vim

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ export const schemata =
3434
"description": "Upsun configuration file",
3535
"name": "Upsun config",
3636
"fileMatch": [
37-
"**/.upsun/*.yml",
38-
"**/.upsun/*.yaml"
37+
"**/.upsun/config.yml",
38+
"**/.upsun/config.yaml"
3939
]
4040
},
4141
{
@@ -3340,6 +3340,16 @@ export const schemata =
33403340
"*_FiQuS.yml"
33413341
]
33423342
},
3343+
{
3344+
"url": "https://www.schemastore.org/flatpak-manifest.json",
3345+
"description": "flatpak-builder manifest files",
3346+
"name": "Flatpak Builder Manifest",
3347+
"fileMatch": [
3348+
"**/*.flatpak.json",
3349+
"**/*.flatpak.yaml",
3350+
"**/*.flatpak.yml"
3351+
]
3352+
},
33433353
{
33443354
"url": "https://github.com/Flexget/Flexget/releases/latest/download/flexget-config.schema.json",
33453355
"description": "FlexGet config file",
@@ -7828,6 +7838,14 @@ export const schemata =
78287838
"**/tombi/config.toml"
78297839
]
78307840
},
7841+
{
7842+
"url": "https://raw.githubusercontent.com/tox-dev/tox/main/src/tox/tox.schema.json",
7843+
"description": "tox configuration for automating Python testing and task management",
7844+
"name": "tox",
7845+
"fileMatch": [
7846+
"tox.toml"
7847+
]
7848+
},
78317849
{
78327850
"url": "https://www.schemastore.org/tmlanguage.json",
78337851
"description": "Language grammar description files for TextMate and compatible editors",

0 commit comments

Comments
 (0)