diff --git a/languages.toml b/languages.toml index 7c6c278e6..0a0e29bae 100644 --- a/languages.toml +++ b/languages.toml @@ -160,7 +160,7 @@ indent = { tab-width = 2, unit = " " } name = "json" scope = "source.json" injection-regex = "json" -file-types = ["json", "jsonc"] +file-types = ["json", "jsonc", "arb"] roots = [] language-server = { command = "vscode-json-language-server", args = ["--stdio"] } auto-format = true