Add default language server for Vue (#2043)

pull/2055/head
Kurenshe Nurdaulet 2 years ago committed by GitHub
parent 7779dbfcb8
commit 0b410b0a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,7 @@
| tsx | ✓ | | | `typescript-language-server` |
| twig | ✓ | | | |
| typescript | ✓ | | ✓ | `typescript-language-server` |
| vue | ✓ | | | |
| vue | ✓ | | | `vls` |
| wgsl | ✓ | | | |
| yaml | ✓ | | ✓ | |
| zig | ✓ | | ✓ | `zls` |

@ -581,8 +581,9 @@ name = "vue"
scope = "source.vue"
injection-regex = "vue"
file-types = ["vue"]
roots = []
roots = ["package.json", "vue.config.js"]
indent = { tab-width = 2, unit = " " }
language-server = { command = "vls" }
[[grammar]]
name = "vue"

Loading…
Cancel
Save