aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorPhilip Giuliani2023-03-27 17:24:17 +0000
committerGitHub2023-03-27 17:24:17 +0000
commit5323020c3f02b178f2b6807f13d89bf7f40d3cce (patch)
tree9b5d9c2f52bda7d9a212a38b3715bc9ef02845b5 /languages.toml
parentd7431db55cd076dbacfde2cebaed315509923df5 (diff)
Add .arb as a supported extension with json highlighting (#6452)
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