aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 6c07ec0b..e80ca280 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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"