Created
March 5, 2010 16:30
-
-
Save pulse00/322884 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--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