From 5323020c3f02b178f2b6807f13d89bf7f40d3cce Mon Sep 17 00:00:00 2001 From: Philip Giuliani Date: Mon, 27 Mar 2023 19:24:17 +0200 Subject: [PATCH] Add .arb as a supported extension with json highlighting (#6452) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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