languages.toml: recognize geojson
files. (#7054)
This commit is contained in:
parent
4b9dba8217
commit
e9efcebdb0
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ indent = { tab-width = 2, unit = " " }
|
||||||
name = "json"
|
name = "json"
|
||||||
scope = "source.json"
|
scope = "source.json"
|
||||||
injection-regex = "json"
|
injection-regex = "json"
|
||||||
file-types = ["json", "jsonc", "arb", "ipynb"]
|
file-types = ["json", "jsonc", "arb", "ipynb", "geojson"]
|
||||||
roots = []
|
roots = []
|
||||||
language-server = { command = "vscode-json-language-server", args = ["--stdio"] }
|
language-server = { command = "vscode-json-language-server", args = ["--stdio"] }
|
||||||
auto-format = true
|
auto-format = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue