fix(yaml_ls): custom reference tag for gitlabci
This commit is contained in:
@@ -91,6 +91,7 @@ return {
|
|||||||
filetypes = { 'yaml', 'yaml.gitlab' },
|
filetypes = { 'yaml', 'yaml.gitlab' },
|
||||||
settings = {
|
settings = {
|
||||||
yaml = {
|
yaml = {
|
||||||
|
customTags = { "!reference sequence" },
|
||||||
schemaStore = { enable = false },
|
schemaStore = { enable = false },
|
||||||
schemas = {
|
schemas = {
|
||||||
['https://gitlab.com/gitlab-org/gitlab-foss/-/raw/master/app/assets/javascripts/editor/schema/ci.json'] = {
|
['https://gitlab.com/gitlab-org/gitlab-foss/-/raw/master/app/assets/javascripts/editor/schema/ci.json'] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user