1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-21 16:43:19 +00:00

Add mapping for ndjson file extension to JSON syntax

This commit is contained in:
Keith Hall
2025-02-15 08:46:22 +02:00
parent 94d3dc254e
commit 2843a2c0e8
4 changed files with 8 additions and 1 deletions
@@ -1,3 +1,3 @@
# JSON Lines is a simple variation of JSON #2535
[mappings]
"JSON" = ["*.jsonl", "*.jsonc", "*.jsonld", "*.geojson"]
"JSON" = ["*.jsonl", "*.jsonc", "*.jsonld", "*.geojson", "*.ndjson"]