mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Add .arb as a supported extension with json highlighting (#6452)
This commit is contained in:
parent
d7431db55c
commit
5323020c3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user