mirror of
https://github.com/sharkdp/bat.git
synced 2025-11-14 22:06:02 +00:00
Merge pull request #3484 from cyqsimon/quadlet-update
Update quadlet syntax mapping to include `*.{build,pod}` files
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
|
||||
## Syntaxes
|
||||
|
||||
- Update quadlet syntax mapping to include *.{build,pod} files #3484 (@cyqsimon)
|
||||
|
||||
## Themes
|
||||
|
||||
## `bat` as a library
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# see `man quadlet`
|
||||
[mappings]
|
||||
"INI" = [
|
||||
"**/containers/systemd/**/*.{container,volume,network,kube,image}",
|
||||
"**/containers/systemd/**/*.{container,volume,network,kube,image,build,pod}",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user