summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authornecoro <>2007-03-10 19:19:33 +0000
committernecoro <>2007-03-10 19:19:33 +0000
commitc399a6690b7981f1bd6c513666c4b37d71b5a855 (patch)
treeef7139b59f315390811d2e8fc8c7e628e25e6449 /plugins
parent50aa869c3f35a4646009f2cbc1a16f555f3914a8 (diff)
downloadportato-c399a6690b7981f1bd6c513666c4b37d71b5a855.tar.gz
portato-c399a6690b7981f1bd6c513666c4b37d71b5a855.tar.bz2
portato-c399a6690b7981f1bd6c513666c4b37d71b5a855.zip
First plugin support
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ebuild_highlight.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/ebuild_highlight.xml b/plugins/ebuild_highlight.xml
new file mode 100644
index 0000000..26d8404
--- /dev/null
+++ b/plugins/ebuild_highlight.xml
@@ -0,0 +1,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>