summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authornecoro <>2007-04-26 13:19:46 +0000
committernecoro <>2007-04-26 13:19:46 +0000
commit9956b4f31af4c7df0850d8bf52b4ee4b85ac2ccd (patch)
tree9be68d0beb4e06c1f6eb8ad9b9fbb43f52243ff3 /plugins
parent3ed3fab4c3761fca5b220eb2f6b189d4f6618fa6 (diff)
downloadportato-9956b4f31af4c7df0850d8bf52b4ee4b85ac2ccd.tar.gz
portato-9956b4f31af4c7df0850d8bf52b4ee4b85ac2ccd.tar.bz2
portato-9956b4f31af4c7df0850d8bf52b4ee4b85ac2ccd.zip
removed highlight plugin from normal portato
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ebuild_highlight.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/ebuild_highlight.xml b/plugins/ebuild_highlight.xml
deleted file mode 100644
index 26d8404..0000000
--- a/plugins/ebuild_highlight.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>