<ui>
    <menubar name="MenuBar">
        <menu action="Tools" label="_Tools">
            <menu action="SourceHighlight" label="_SourceHighlight" if="__imp0rt_plugin__('sourcehighlight').__init__()">
                <menuitem action="plugin__sourcehighlight__toggle" icon="bold" label="_On / _Off" tooltip="enable or disable source code highlighting"/>
                <menuitem action="plugin__sourcehighlight__Python" label="_Python" tooltip="highlight this buffer as Python code"/>
            </menu>
        </menu>
    </menubar>
</ui>

