mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-10 21:27:01 +01:00
Associate JSON-LD .jsonld
files with json
syntax (fixes #3036)
Use PR instead of Issue # number in CHANGELOG. Clean up (unify) CHANGELOG.
This commit is contained in:
parent
9f1c62b013
commit
23fd200482
11
CHANGELOG.md
11
CHANGELOG.md
@ -49,11 +49,12 @@
|
|||||||
- Upgrade JQ syntax, see #2820 (@dependabot[bot])
|
- Upgrade JQ syntax, see #2820 (@dependabot[bot])
|
||||||
- Add syntax mapping for quadman quadlets #2866 (@cyqsimon)
|
- Add syntax mapping for quadman quadlets #2866 (@cyqsimon)
|
||||||
- Map containers .conf files to TOML syntax #2867 (@cyqsimon)
|
- Map containers .conf files to TOML syntax #2867 (@cyqsimon)
|
||||||
- Associate `xsh` files with `xonsh` syntax that is Python, see #2840 (@anki-code).
|
- Associate `.xsh` files with `xonsh` syntax that is Python, see #2840 (@anki-code)
|
||||||
- Added auto detect syntax for `.jsonc` #2795 (@mxaddict)
|
- Associate JSON with Comments `.jsonc` with `json` syntax, see #2795 (@mxaddict)
|
||||||
- Added auto detect syntax for `.aws/{config,credentials}` #2795 (@mxaddict)
|
- Associate JSON-LD `.jsonld` files with `json` syntax, see #3037 (@vorburger)
|
||||||
- Add syntax mapping for Wireguard config #2874 (@cyqsimon)
|
- Associate `.textproto` files with `ProtoBuf` syntax, see #3038 (@vorburger)
|
||||||
- Associate `.textproto` files with `ProtoBuf` syntax, see #3038 (@vorburger).
|
- Associate `.aws/{config,credentials}`, see #2795 (@mxaddict)
|
||||||
|
- Associate Wireguard config `/etc/wireguard/*.conf`, see #2874 (@cyqsimon)
|
||||||
- Add support for [CFML](https://www.adobe.com/products/coldfusion-family.html), see #3031 (@brenton-at-pieces)
|
- Add support for [CFML](https://www.adobe.com/products/coldfusion-family.html), see #3031 (@brenton-at-pieces)
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# JSON Lines is a simple variation of JSON #2535
|
# JSON Lines is a simple variation of JSON #2535
|
||||||
[mappings]
|
[mappings]
|
||||||
"JSON" = ["*.jsonl", "*.jsonc"]
|
"JSON" = ["*.jsonl", "*.jsonc", "*.jsonld"]
|
||||||
|
Loading…
Reference in New Issue
Block a user