2024-04-12 18:39:27 +00:00
|
|
|
id = "vue"
|
|
|
|
name = "Vue"
|
|
|
|
description = "Vue support."
|
2024-07-18 15:39:30 +00:00
|
|
|
version = "0.1.0"
|
2024-04-12 18:39:27 +00:00
|
|
|
schema_version = 1
|
|
|
|
authors = ["Piotr Osiewicz <piotr@zed.dev>"]
|
|
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
|
|
|
|
[language_servers.vue-language-server]
|
|
|
|
name = "Vue Language Server"
|
|
|
|
language = "Vue.js"
|
2024-05-13 12:38:14 +00:00
|
|
|
language_ids = { "Vue.js" = "vue" }
|
2024-04-12 18:39:27 +00:00
|
|
|
# REFACTOR is explicitly disabled, as vue-lsp does not adhere to LSP protocol for code actions with these - it
|
|
|
|
# sends back a CodeAction with neither `command` nor `edits` fields set, which is against the spec.
|
|
|
|
code_action_kinds = ["", "quickfix", "refactor.rewrite"]
|
|
|
|
|
|
|
|
[grammars.vue]
|
|
|
|
repository = "https://github.com/tree-sitter-grammars/tree-sitter-vue"
|
|
|
|
commit = "7e48557b903a9db9c38cea3b7839ef7e1f36c693"
|