1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-24 17:13:19 +00:00

Merge pull request #3497 from xduugu/quadlet

Add syntax mapping for podman's `artifact` quadlet files
This commit is contained in:
Keith Hall
2025-11-30 14:26:53 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@
- Update quadlet syntax mapping to include *.{build,pod} files #3484 (@cyqsimon)
- Fix inconsistencies in Ada syntax, see #3481 (@AldanTanneo)
- Add syntax mapping for podman's `artifact` quadlet files, see #3497 (@xduugu)
## Themes
@@ -1,5 +1,5 @@
# see `man quadlet`
[mappings]
"INI" = [
"**/containers/systemd/**/*.{container,volume,network,kube,image,build,pod}",
"**/containers/systemd/**/*.{container,volume,network,kube,image,build,pod,artifact}",
]