Highlight pacman hooks as ini

This commit is contained in:
Guido Cella 2020-06-20 05:49:20 +02:00 committed by David Peter
parent aa8a2b1769
commit 44deddbbfe
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ impl<'a> SyntaxMapping<'a> {
.unwrap();
}
// pacman hooks
mapping.insert("*.hook", MappingTarget::MapTo("INI")).unwrap();
mapping
}