mirror of
https://github.com/sharkdp/bat.git
synced 2025-11-17 07:15:57 +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
|
## Syntaxes
|
||||||
|
|
||||||
|
- Update quadlet syntax mapping to include *.{build,pod} files #3484 (@cyqsimon)
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
|
||||||
## `bat` as a library
|
## `bat` as a library
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# see `man quadlet`
|
# see `man quadlet`
|
||||||
[mappings]
|
[mappings]
|
||||||
"INI" = [
|
"INI" = [
|
||||||
"**/containers/systemd/**/*.{container,volume,network,kube,image}",
|
"**/containers/systemd/**/*.{container,volume,network,kube,image,build,pod}",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user