-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathErb.xml
More file actions
21 lines (21 loc) · 1.06 KB
/
Erb.xml
File metadata and controls
21 lines (21 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<templateSet group="Erb">
<template name="re" value="<%= $expression$ %>" description="<%= %>" toReformat="false" toShortenFQNames="true">
<variable name="expression" expression="" defaultValue="expression" alwaysStopAt="true" />
<context>
<option name="RHTML" value="true" />
</context>
</template>
<template name="r" value="<% $expression$ %>" description="<% %>" toReformat="false" toShortenFQNames="true">
<variable name="expression" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="RHTML" value="true" />
</context>
</template>
<template name="if" value="<% if $method$ %> <% $content$ %> <% end %>" description="<% if %> <% end %>" toReformat="false" toShortenFQNames="true">
<variable name="method" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="content" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="RHTML" value="true" />
</context>
</template>
</templateSet>