1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 11:22:30 +01: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

View File

@@ -1,3 +1,3 @@
# JSON Lines is a simple variation of JSON #2535
[mappings]
"JSON" = ["*.jsonl", "*.jsonc", "*.jsonld"]
"JSON" = ["*.jsonl", "*.jsonc", "*.jsonld", "*.geojson"]