aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 7c6c278e..0a0e29ba 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