1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-18 16:13:22 +00:00

Merge pull request #3814 from injust/dnf-repo

Add syntax mapping for DNF config
This commit is contained in:
Keith Hall
2026-06-27 21:57:37 +03:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@
- Include subdirectories in SSH Config syntax mapping, see #3758 (@injust)
- Add Ghostty syntax mapping, see #3759 (@injust)
- Add syntax highlighting for `Caddyfile` #3789 (@CosmicHorrorDev)
- Add syntax mapping for DNF repo configuration files, see #3814 (@injust)
## Themes
@@ -0,0 +1,2 @@
[mappings]
"INI" = ["/etc/dnf/dnf.conf", "/etc/yum.repos.d/*.repo"]