mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-21 23:33:26 +01:00
Merge pull request #2867 from cyqsimon/containers-conf
Map containers `.conf` files to TOML syntax
This commit is contained in:
commit
5c2cc53882
@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
- `cmd-help`: scope subcommands followed by other terms, and other misc improvements, see #2819 (@victor-gp)
|
- `cmd-help`: scope subcommands followed by other terms, and other misc improvements, see #2819 (@victor-gp)
|
||||||
- Upgrade JQ syntax, see #2820 (@dependabot[bot])
|
- Upgrade JQ syntax, see #2820 (@dependabot[bot])
|
||||||
|
- 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)
|
- Added auto detect syntax for `.jsonc` #2795 (@mxaddict)
|
||||||
- Added auto detect syntax for `.aws/{config,credentials}` #2795 (@mxaddict)
|
- Added auto detect syntax for `.aws/{config,credentials}` #2795 (@mxaddict)
|
||||||
|
8
src/syntax_mapping/builtins/linux/50-containers.toml
Normal file
8
src/syntax_mapping/builtins/linux/50-containers.toml
Normal file
@ -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",
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user