2021-04-08 21:27:27 -04:00
|
|
|
{
|
2021-12-13 14:24:11 -05:00
|
|
|
"version": 2,
|
2021-04-08 21:27:27 -04:00
|
|
|
"registries": [
|
|
|
|
{
|
|
|
|
"schema": "/x/:module([a-z0-9_]*)@:version?/:path*",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"key": "module",
|
2021-12-13 14:24:11 -05:00
|
|
|
"documentation": "/lsp/registries/doc_${module}.json",
|
|
|
|
"url": "/lsp/registries/modules_${module}.json"
|
2021-04-08 21:27:27 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "version",
|
2022-01-02 00:25:42 -05:00
|
|
|
"documentation": "/lsp/registries/doc_${module}_${{version}}.json",
|
2022-01-04 01:42:33 -05:00
|
|
|
"url": "/lsp/registries/${module}_versions_${{version}}.json"
|
2021-04-08 21:27:27 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "path",
|
2022-01-06 19:27:13 -05:00
|
|
|
"documentation": "/lsp/registries/doc_${module}_${{version}}_${path}.json",
|
2022-01-04 01:42:33 -05:00
|
|
|
"url": "/lsp/registries/${module}_${{version}}_${path}.json"
|
2021-04-08 21:27:27 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"schema": "/x/:module([a-z0-9_]*)/:path*",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"key": "module",
|
2021-12-13 14:24:11 -05:00
|
|
|
"documentation": "/lsp/registries/doc_${module}.json",
|
|
|
|
"url": "/lsp/registries/modules_${module}.json"
|
2021-04-08 21:27:27 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "path",
|
2022-01-06 19:27:13 -05:00
|
|
|
"documentation": "/lsp/registries/doc_${module}_latest_${path}.json",
|
2022-01-04 01:42:33 -05:00
|
|
|
"url": "/lsp/registries/${module}_latest_${path}.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"schema": "/std@:version?/:path*",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"key": "version",
|
|
|
|
"url": "/lsp/registries/std_${{version}}.json"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "path",
|
|
|
|
"url": "/lsp/registries/std_${{version}}_${path}.json"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"schema": "/std/:path*",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"key": "path",
|
|
|
|
"url": "/lsp/registries/std_latest_${path}.json"
|
2021-04-08 21:27:27 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|