feat(nvim): better support for azure pipelines
This commit is contained in:
parent
d83e02509c
commit
6b3a011b78
@ -216,6 +216,7 @@ lspconfig.yamlls.setup({
|
|||||||
["https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/master/service-schema.json"] = {
|
["https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/master/service-schema.json"] = {
|
||||||
"/azure-pipeline*.y*l",
|
"/azure-pipeline*.y*l",
|
||||||
"/*.azure",
|
"/*.azure",
|
||||||
|
"Azure-Pipelines/**/*.y*l",
|
||||||
},
|
},
|
||||||
["https://raw.githubusercontent.com/docker/cli/master/cli/compose/schema/data/config_schema_v3.10.json"] = "/docker-compose.y*l",
|
["https://raw.githubusercontent.com/docker/cli/master/cli/compose/schema/data/config_schema_v3.10.json"] = "/docker-compose.y*l",
|
||||||
["https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json"] = "/.gitlab-ci.yml",
|
["https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json"] = "/.gitlab-ci.yml",
|
||||||
|
Loading…
Reference in New Issue
Block a user