diff options
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index 351fa4ac..18a7d6b6 100644 --- a/languages.toml +++ b/languages.toml @@ -121,6 +121,9 @@ scope = "source.json" injection-regex = "json" file-types = ["json"] roots = [] +language-server = { command = "vscode-json-language-server", args = ["--stdio"] } +auto-format = true +config = { "provideFormatter" = true } indent = { tab-width = 2, unit = " " } [[grammar]] |