mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-22 12:58:26 +00:00
Add syntax mapping for /etc/pacman.conf
This commit is contained in:
parent
b4e3a84e1a
commit
3a9d574770
@ -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",
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user