diff options
author | gibbz00 | 2023-05-16 04:01:27 +0000 |
---|---|---|
committer | GitHub | 2023-05-16 04:01:27 +0000 |
commit | e9efcebdb0437fde28aec95f2a790cc4cf73f0b4 (patch) | |
tree | cae24e61bad2a429e9b26c90ead71b175249b9ef | |
parent | 4b9dba8217083f501bdbd2de1c5632e67145a78a (diff) |
languages.toml: recognize `geojson` files. (#7054)
-rw-r--r-- | languages.toml | 2 |
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 |