diff options
author | necoro <> | 2007-03-10 19:19:33 +0000 |
---|---|---|
committer | necoro <> | 2007-03-10 19:19:33 +0000 |
commit | c399a6690b7981f1bd6c513666c4b37d71b5a855 (patch) | |
tree | ef7139b59f315390811d2e8fc8c7e628e25e6449 /plugins/ebuild_highlight.xml | |
parent | 50aa869c3f35a4646009f2cbc1a16f555f3914a8 (diff) | |
download | portato-c399a6690b7981f1bd6c513666c4b37d71b5a855.tar.gz portato-c399a6690b7981f1bd6c513666c4b37d71b5a855.tar.bz2 portato-c399a6690b7981f1bd6c513666c4b37d71b5a855.zip |
First plugin support
Diffstat (limited to 'plugins/ebuild_highlight.xml')
-rw-r--r-- | plugins/ebuild_highlight.xml | 13 |
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> |