blob: be36503432b35fea5d40507473bf8e8f3c5df195 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.2.0" name="org.eclipse.fx.code.editor.e4.DocumentPartitionerContextFunction">
<implementation class="org.eclipse.fx.code.editor.e4.DocumentPartitionerContextFunction"/>
<service>
<provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
</service>
<property name="service.context.key" value="org.eclipse.jface.text.IDocumentPartitioner"/>
<reference bind="registerService" cardinality="0..n" interface="org.eclipse.fx.code.editor.services.DocumentPartitionerTypeProvider" name="registerService" policy="dynamic" policy-option="greedy" unbind="unregisterService"/>
</scr:component>