-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRails.xml
24 lines (24 loc) · 1.16 KB
/
Rails.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<templateSet group="Rails">
<template name="if" value="<% if $CONDITION$ %> $END$ <% end %>" description="<% if %><% end %>" toReformat="false" toShortenFQNames="true">
<variable name="CONDITION" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="RHTML" value="true" />
</context>
</template>
<template name="ife" value="<% if $CONDITION$ %> $END$ <% else %> <% end %>" description="<% if %><% else %><% end %>" toReformat="false" toShortenFQNames="true">
<variable name="CONDITION" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="RHTML" value="true" />
</context>
</template>
<template name="=" value="<%= $END$ %>" description="<%= %>" toReformat="false" toShortenFQNames="true">
<context>
<option name="RHTML" value="true" />
</context>
</template>
<template name="r" value="<% $END$ %>" description="<% %>" toReformat="false" toShortenFQNames="true">
<context>
<option name="RHTML" value="true" />
</context>
</template>
</templateSet>