PhpStormSettings/templates/html_xml.xml

31 lines
2.0 KiB
XML

<templateSet group="html/xml">
<template name="t" value="&lt;$TAG$&gt;$END$&lt;/$TAG_NAME$&gt;" description="Tag pair" toReformat="true" toShortenFQNames="true">
<variable name="TAG" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="ATTRS" expression="" defaultValue="&quot;&quot;" alwaysStopAt="false" />
<variable name="TAG_NAME" expression="firstWord(TAG)" defaultValue="&quot;&quot;" alwaysStopAt="false" />
<context />
</template>
<template name="T" value="&lt;$TAG$&gt;$SELECTION$&lt;/$TAGNAME$&gt;&#10;" description="Surround with &lt;tag&gt;&lt;/tag&gt;" toReformat="true" toShortenFQNames="true">
<variable name="TAG" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="SELECTION" expression="" defaultValue="" alwaysStopAt="false" />
<variable name="TAGNAME" expression="firstWord(TAG)" defaultValue="&quot;&quot;" alwaysStopAt="false" />
<context />
</template>
<template name="T2" value="&lt;$TAG$&gt;$SELECTION$&lt;/$TAGNAME$&gt;" description="Surround with &lt;tag&gt;&lt;/tag&gt; in HTML/JSP" toReformat="false" toShortenFQNames="false">
<variable name="TAG" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="SELECTION" expression="" defaultValue="" alwaysStopAt="false" />
<variable name="TAGNAME" expression="firstWord(TAG)" defaultValue="&quot;&quot;" alwaysStopAt="false" />
<context />
</template>
<template name="CD" value="&lt;![CDATA[&#10;$SELECTION$&#10;]]&gt;" description="Surround with CDATA section" toReformat="false" toShortenFQNames="false">
<variable name="SELECTION" expression="" defaultValue="" alwaysStopAt="false" />
<context />
</template>
<template name="tk" value="&lt;f:translate key=&quot;$END$&quot;/&gt;" description="Translation viewhelper" toReformat="false" toShortenFQNames="true">
<context>
<option name="HTML_TEXT" value="true" />
<option name="HTML" value="true" />
<option name="OTHER" value="true" />
</context>
</template>
</templateSet>