mirror of
https://github.com/sharkdp/bat.git
synced 2025-03-15 15:18:45 +00:00
Highlight pacman hooks as ini
This commit is contained in:
parent
aa8a2b1769
commit
44deddbbfe
@ -72,6 +72,9 @@ impl<'a> SyntaxMapping<'a> {
|
|||||||
.unwrap();
|
.unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// pacman hooks
|
||||||
|
mapping.insert("*.hook", MappingTarget::MapTo("INI")).unwrap();
|
||||||
|
|
||||||
mapping
|
mapping
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user