mirror of
https://github.com/sharkdp/bat
synced 2026-07-22 16:53:19 +00:00
Merge branch 'master' into quadlet
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
[mappings]
|
||||
"INI" = ["**/.aws/credentials", "**/.aws/config"]
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
# JSON Lines is a simple variation of JSON #2535
|
||||
[mappings]
|
||||
"JSON" = ["*.jsonl"]
|
||||
"JSON" = ["*.jsonl", "*.jsonc"]
|
||||
@@ -0,0 +1,3 @@
|
||||
# Xonsh shell (https://xon.sh/)
|
||||
[mappings]
|
||||
"Python" = ["*.xsh", "*.xonshrc"]
|
||||
@@ -0,0 +1,8 @@
|
||||
# see https://github.com/containers/image/tree/main/docs
|
||||
[mappings]
|
||||
"TOML" = [
|
||||
"/usr/share/containers/**/*.conf",
|
||||
"/etc/containers/**/*.conf",
|
||||
"${HOME}/.config/containers/**/*.conf",
|
||||
"${XDG_CONFIG_HOME}/containers/**/*.conf",
|
||||
]
|
||||
Reference in New Issue
Block a user