Created

Embed URL

HTTPS clone URL

SSH clone URL

You can clone with HTTPS or SSH.

Download Gist
View gist:1075863
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!-- the TwigStructuredEditor -->
<extension
point="org.eclipse.ui.editors">
<editor
class="org.eclipse.twig.ui.editor.TwigStructuredEditor"
contributorClass="org.eclipse.twig.ui.editor.ActionContributorForTwig"
default="true"
icon="ico/full/obj16/default_icon.gif"
id="org.eclipse.twig.editor"
name="%editor.name"
symbolicFontName="org.eclipse.wst.sse.ui.textfont">
<contentTypeBinding
contentTypeId="org.eclipse.twig.core.twigtemplate">
</contentTypeBinding>
</editor>
</extension>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.