mirror of
https://github.com/sharkdp/bat.git
synced 2026-02-08 00:32:08 +00:00
Merge pull request #3497 from xduugu/quadlet
Add syntax mapping for podman's `artifact` quadlet files
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
- Update quadlet syntax mapping to include *.{build,pod} files #3484 (@cyqsimon)
|
- Update quadlet syntax mapping to include *.{build,pod} files #3484 (@cyqsimon)
|
||||||
- Fix inconsistencies in Ada syntax, see #3481 (@AldanTanneo)
|
- Fix inconsistencies in Ada syntax, see #3481 (@AldanTanneo)
|
||||||
|
- Add syntax mapping for podman's `artifact` quadlet files, see #3497 (@xduugu)
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# see `man quadlet`
|
# see `man quadlet`
|
||||||
[mappings]
|
[mappings]
|
||||||
"INI" = [
|
"INI" = [
|
||||||
"**/containers/systemd/**/*.{container,volume,network,kube,image,build,pod}",
|
"**/containers/systemd/**/*.{container,volume,network,kube,image,build,pod,artifact}",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user