mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-09 15:55:10 +02:00
Highlight pacman hooks as ini
This commit is contained in:
@ -72,6 +72,9 @@ impl<'a> SyntaxMapping<'a> {
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
// pacman hooks
|
||||
mapping.insert("*.hook", MappingTarget::MapTo("INI")).unwrap();
|
||||
|
||||
mapping
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user