mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-17 11:32:54 +02:00
Add syntax mapping for /etc/pacman.conf
This commit is contained in:
@ -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",
|
||||||
|
]
|
||||||
|
Reference in New Issue
Block a user