1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-28 17:51:44 +00:00

Added JSONC and aws credentials to the syntax mappings

This commit is contained in:
mxaddict
2024-02-11 04:57:42 +08:00
parent 5a2a20af42
commit a5bd9f51be
3 changed files with 5 additions and 1 deletions
@@ -0,0 +1,2 @@
[mappings]
"INI" = ["**/.aws/credentials", "**/.aws/config"]
@@ -1,3 +1,3 @@
# JSON Lines is a simple variation of JSON #2535
[mappings]
"JSON" = ["*.jsonl"]
"JSON" = ["*.jsonl", "*.jsonc"]