Skip to content

Commit

Permalink
feat(language-service): add Italian language
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Oct 12, 2023
1 parent 177055f commit c143c14
Show file tree
Hide file tree
Showing 24 changed files with 4,398 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/vscode-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
"items": {
"type": "string"
},
"default": [],
"default": [ ],
"description": "List any additional file extensions that should be processed as Vue files (requires restart)."
},
"vue.server.fullCompletionList": {
Expand Down
136 changes: 136 additions & 0 deletions packages/vue-language-service/data/language-blocks/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
}
]
},
Expand Down Expand Up @@ -83,6 +91,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#pre-processors"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#pre-processors"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
}
]
}
Expand Down Expand Up @@ -119,6 +135,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#template"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#template"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#template"
}
]
},
Expand Down Expand Up @@ -159,6 +183,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
}
]
},
Expand Down Expand Up @@ -210,6 +242,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#pre-processors"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#pre-processors"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
}
]
},
Expand Down Expand Up @@ -251,6 +291,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#script-setup"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#script-setup"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#script-setup"
}
]
}
Expand Down Expand Up @@ -287,6 +335,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#script"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#script"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#script"
}
]
},
Expand Down Expand Up @@ -325,6 +381,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#script-setup"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#script-setup"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#script-setup"
}
]
},
Expand Down Expand Up @@ -365,6 +429,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
}
]
},
Expand Down Expand Up @@ -422,6 +494,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#pre-processors"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#pre-processors"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
}
]
},
Expand Down Expand Up @@ -460,6 +540,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-css-features.html#scoped-css"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-css-features.html#scoped-css"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-css-features.html#scoped-css"
}
]
},
Expand Down Expand Up @@ -498,6 +586,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-css-features.html#css-modules"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-css-features.html#css-modules"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-css-features.html#css-modules"
}
]
}
Expand Down Expand Up @@ -534,6 +630,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#style"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#style"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#style"
}
]
},
Expand Down Expand Up @@ -574,6 +678,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
}
]
}
Expand Down Expand Up @@ -610,6 +722,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#custom-blocks"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#custom-blocks"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#custom-blocks"
}
]
}
Expand Down Expand Up @@ -650,6 +770,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#pre-processors"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#pre-processors"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#pre-processors"
}
]
},
Expand Down Expand Up @@ -687,6 +815,14 @@
{
"name": "pt",
"url": "https://pt.vuejs.org/api/sfc-spec.html#src-imports"
},
{
"name": "bn",
"url": "https://bn.vuejs.org/api/sfc-spec.html#src-imports"
},
{
"name": "it",
"url": "https://it.vuejs.org/api/sfc-spec.html#src-imports"
}
]
}
Expand Down
Loading

0 comments on commit c143c14

Please sign in to comment.