1
0
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:
Keith Hall
2025-11-13 19:15:28 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,8 @@
## Syntaxes
- Update quadlet syntax mapping to include *.{build,pod} files #3484 (@cyqsimon)
## Themes
## `bat` as a library

View File

@@ -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}",
]