File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff 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",
You can’t perform that action at this time.
0 commit comments