1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 11:22:30 +01:00

Add syntax mapping for /etc/pacman.conf

This commit is contained in:
cyqsimon
2024-05-15 14:31:25 +08:00
parent b4e3a84e1a
commit 3a9d574770

View File

@@ -1,3 +1,8 @@
[mappings] [mappings]
# pacman hooks "INI" = [
"INI" = ["/usr/share/libalpm/hooks/*.hook", "/etc/pacman.d/hooks/*.hook"] # config
"/etc/pacman.conf",
# hooks
"/usr/share/libalpm/hooks/*.hook",
"/etc/pacman.d/hooks/*.hook",
]