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:
@@ -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"]
|
||||
Reference in New Issue
Block a user