1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-23 17:03:18 +00:00

Associate GeoJSON .geojson files with json syntax (fixes #3083)

This commit is contained in:
Mikael Vaaltola
2024-09-18 12:51:43 +03:00
committed by Martin Nordholts
parent ffa74a7f49
commit ed7789d9b7
2 changed files with 2 additions and 1 deletions
@@ -1,3 +1,3 @@
# JSON Lines is a simple variation of JSON #2535
[mappings]
"JSON" = ["*.jsonl", "*.jsonc", "*.jsonld"]
"JSON" = ["*.jsonl", "*.jsonc", "*.jsonld", "*.geojson"]