Skip to content

Instantly share code, notes, and snippets.

@pulse00
Created March 5, 2010 16:30
Show Gist options
  • Save pulse00/322884 to your computer and use it in GitHub Desktop.
Save pulse00/322884 to your computer and use it in GitHub Desktop.
<!--Templates:-->
<extension point="org.eclipse.ui.editors.templates">
<contextType name="%templates.php.contextType.name"
class="org.eclipse.php.internal.ui.editor.templates.PhpTemplateContextType"
id="php" />
<contextType name="%templates.newphp.contextType.name"
class="org.eclipse.php.internal.ui.editor.templates.PhpNewFileTemplateContextType"
id="newPhp" />
<contextType name="%templates.phpcomment.contextType.name"
class="org.eclipse.php.internal.ui.editor.templates.PhpCommentTemplateContextType"
id="phpcomment" />
<include file="templates/phpdefault-templates.xml"
translations="$nl$/templates/phpdefault-templates.properties" />
</extension>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment