Skip to content

Commit ed7789d

Browse files
mvaaltolaEnselic
authored andcommitted
Associate GeoJSON .geojson files with json syntax (fixes #3083)
1 parent ffa74a7 commit ed7789d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
- Associate JSON with Comments `.jsonc` with `json` syntax, see #2795 (@mxaddict)
5656
- Associate JSON-LD `.jsonld` files with `json` syntax, see #3037 (@vorburger)
5757
- Associate `.textproto` files with `ProtoBuf` syntax, see #3038 (@vorburger)
58+
- Associate GeoJSON `.geojson` files with `json` syntax, see #3084 (@mvaaltola)
5859
- Associate `.aws/{config,credentials}`, see #2795 (@mxaddict)
5960
- Associate Wireguard config `/etc/wireguard/*.conf`, see #2874 (@cyqsimon)
6061
- Add support for [CFML](https://www.adobe.com/products/coldfusion-family.html), see #3031 (@brenton-at-pieces)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# JSON Lines is a simple variation of JSON #2535
22
[mappings]
3-
"JSON" = ["*.jsonl", "*.jsonc", "*.jsonld"]
3+
"JSON" = ["*.jsonl", "*.jsonc", "*.jsonld", "*.geojson"]

0 commit comments

Comments
 (0)