Skip to content

Commit

Permalink
languages.toml: recognize geojson files. (#7054)
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed May 16, 2023
1 parent 4b9dba8 commit e9efceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9efceb

Please sign in to comment.