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