aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-03-03 15:51:20 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-03-03 15:51:20 +0900
commit8a22aa70381b25da6ef3e4938343c4cc0659bfec (patch)
tree4c202ed43677dfc0c9c1de82acfd46452d95393d
parent16393aa3eab5858e572e53c77fd4c728bb574414 (diff)
downloadvim-lsp-settings-8a22aa70381b25da6ef3e4938343c4cc0659bfec.tar.gz
vim-lsp-settings-8a22aa70381b25da6ef3e4938343c4cc0659bfec.tar.bz2
vim-lsp-settings-8a22aa70381b25da6ef3e4938343c4cc0659bfec.zip
Update schema catalog
-rw-r--r--data/catalog.json58
1 files changed, 51 insertions, 7 deletions
diff --git a/data/catalog.json b/data/catalog.json
index 14e6bd3..e879046 100644
--- a/data/catalog.json
+++ b/data/catalog.json
@@ -12,7 +12,7 @@
{
"name": "Ansible",
"description": "Ansible task files",
- "url": "http://json.schemastore.org/ansible-stable-2.7",
+ "url": "http://json.schemastore.org/ansible-stable-2.9",
"fileMatch": ["tasks/*.yml", "tasks/*.yaml"],
"versions": {
"2.0": "http://json.schemastore.org/ansible-stable-2.0",
@@ -22,7 +22,8 @@
"2.4": "http://json.schemastore.org/ansible-stable-2.4",
"2.5": "http://json.schemastore.org/ansible-stable-2.5",
"2.6": "http://json.schemastore.org/ansible-stable-2.6",
- "2.7": "http://json.schemastore.org/ansible-stable-2.7"
+ "2.7": "http://json.schemastore.org/ansible-stable-2.7",
+ "2.9": "http://json.schemastore.org/ansible-stable-2.9"
}
},
{
@@ -108,7 +109,7 @@
"name": "batect.yml",
"description": "batect configuration file",
"fileMatch": ["batect.yml"],
- "url": "https://batect.charleskorn.com/configSchema.json"
+ "url": "https://batect.dev/configSchema.json"
},
{
"name": ".bootstraprc",
@@ -141,6 +142,12 @@
"url": "http://json.schemastore.org/bozr"
},
{
+ "name": "bucklescript",
+ "description": "BuckleScript configuration file",
+ "fileMatch": ["bsconfig.json"],
+ "url": "https://bucklescript.github.io/bucklescript/docson/build-schema.json"
+ },
+ {
"name": "Bukkit plugin.yml",
"description": "Schema for Minecraft Bukkit plugin description files",
"fileMatch": ["plugin.yml"],
@@ -222,6 +229,12 @@
"url": "http://json.schemastore.org/compilerconfig"
},
{
+ "name": "compile_commands.json",
+ "description": "LLVM compilation database",
+ "fileMatch": ["compile_commands.json"],
+ "url": "http://json.schemastore.org/compile-commands"
+ },
+ {
"name": "commands.json",
"description": "Config file for Command Task Runner",
"fileMatch": ["commands.json"],
@@ -753,6 +766,12 @@
}
},
{
+ "name": ".nodehawkrc",
+ "description": "JSON schema for .nodehawkrc configuration files.",
+ "url": "http://json.schemastore.org/nodehawk",
+ "fileMatch": [".nodehawkrc"]
+ },
+ {
"name": "nodemon.json",
"description": "JSON schema for nodemon.json configuration files.",
"url": "http://json.schemastore.org/nodemon",
@@ -949,9 +968,16 @@
},
{
"name": "Renovate",
- "description": "Renovate config file (https://renovatebot.com/)",
- "fileMatch": ["renovate.json"],
- "url": "http://json.schemastore.org/renovate"
+ "description": "Renovate config file (https://github.com/renovatebot/renovate)",
+ "fileMatch": [
+ "renovate.json",
+ "renovate.json5",
+ ".github/renovate.json",
+ ".github/renovate.json5",
+ ".renovaterc",
+ ".renovaterc.json"
+ ],
+ "url": "https://docs.renovatebot.com/renovate-schema.json"
},
{
"name": "sarif-1.0.0.json",
@@ -1060,6 +1086,12 @@
"url": "http://json.schemastore.org/sprite"
},
{
+ "name": "Stryker Mutator",
+ "description": "Configuration file for Stryker Mutator, the mutation testing framework for JavaScript and friends. See https://stryker-mutator.io.",
+ "fileMatch": ["stryker.conf.json", "stryker-*.conf.json"],
+ "url": "https://raw.githubusercontent.com/stryker-mutator/stryker/master/packages/api/schema/stryker-core.json"
+ },
+ {
"name": "StyleCop Analyzers Configuration",
"description": "Configuration file for StyleCop Analyzers",
"fileMatch": ["stylecop.json"],
@@ -1366,7 +1398,7 @@
"fileMatch": ["now.json"],
"url": "http://json.schemastore.org/now"
},
- {
+ {
"name": "taskcat",
"description": "taskcat",
"fileMatch": [".taskcat.yml"],
@@ -1401,6 +1433,18 @@
"description": "Zuul CI configuration file",
"fileMatch": ["*zuul.d/*.yaml", "*/.zuul.yaml"],
"url": "https://raw.githubusercontent.com/pycontribs/zuul-lint/master/zuul_lint/zuul-schema.json"
+ },
+ {
+ "name": "Briefcase",
+ "description": "Microsoft Briefcase configuration file",
+ "fileMatch": ["briefcase.yaml"],
+ "url": "https://raw.githubusercontent.com/microsoft/Briefcase/master/mlbriefcase/briefcase-schema.json"
+ },
+ {
+ "name": "httparchive",
+ "description": "HTTP Archive",
+ "fileMatch": ["*.har"],
+ "url": "https://raw.githubusercontent.com/ahmadnassri/har-schema/master/lib/har.json"
}
]
}