aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgibbz002023-05-16 04:01:27 +0000
committerGitHub2023-05-16 04:01:27 +0000
commite9efcebdb0437fde28aec95f2a790cc4cf73f0b4 (patch)
treecae24e61bad2a429e9b26c90ead71b175249b9ef
parent4b9dba8217083f501bdbd2de1c5632e67145a78a (diff)
languages.toml: recognize `geojson` files. (#7054)
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 8d86afe4..019c9d66 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", "arb", "ipynb"]
+file-types = ["json", "jsonc", "arb", "ipynb", "geojson"]
roots = []
language-server = { command = "vscode-json-language-server", args = ["--stdio"] }
auto-format = true