enable lint option

Enable lint option to highlight unused vars, etc.
and take full advantage of the running language server.
change-detection
Matouš Dzivjak 2 years ago committed by Michael Davis
parent 76b3f502c4
commit 321cce3f13

@ -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"

Loading…
Cancel
Save