Unnamed repository; edit this file 'description' to name the repository.
enable lint option
Enable lint option to highlight unused vars, etc. and take full advantage of the running language server.
Matouš Dzivjak 2022-09-09
parent 76b3f50 · commit 321cce3
-rw-r--r--languages.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages.toml b/languages.toml
index 417c8280..15fbe7fb 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1731,10 +1731,10 @@ source = { git = "https://github.com/Giorbo/tree-sitter-sml", rev = "bd4055d5554
name = "jsonnet"
scope = "source.jsonnet"
file-types = ["libsonnet", "jsonnet"]
-roots = []
+roots = ["jsonnetfile.json"]
comment-token = "//"
indent = { tab-width = 2, unit = " " }
-language-server = { command = "jsonnet-language-server", args= ["-t"] }
+language-server = { command = "jsonnet-language-server", args= ["-t", "--lint"] }
[[grammar]]
name = "jsonnet"