1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-11-18 15:55:52 +00:00

Update quadlet syntax mapping to include *.{build,pod} files

This commit is contained in:
cyqsimon
2025-11-13 13:44:24 +08:00
parent ce856dbba7
commit f5a934c213

View File

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