blob: 26d8404c1f9b48457b6a170509c135b1fcab12b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8" ?>
<plugin
author="René 'Necoro' Neumann"
name="Ebuild syntax highlight">
<import>portato.plugins.highlight</import>
<frontend>gtk</frontend>
<hook
hook = "open_ebuild"
call = "HighlightedEbuildWindow">
<connect type="override" />
</hook>
</plugin>
|