languages.toml: recognize `geojson` files. (#7054)

pull/16/head
gibbz00 1 year ago committed by GitHub
parent 4b9dba8217
commit e9efcebdb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -160,7 +160,7 @@ indent = { tab-width = 2, unit = " " }
name = "json"
scope = "source.json"
injection-regex = "json"
file-types = ["json", "jsonc", "arb", "ipynb"]
file-types = ["json", "jsonc", "arb", "ipynb", "geojson"]
roots = []
language-server = { command = "vscode-json-language-server", args = ["--stdio"] }
auto-format = true

Loading…
Cancel
Save