-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathRuby.xml
More file actions
23 lines (23 loc) · 1020 Bytes
/
Ruby.xml
File metadata and controls
23 lines (23 loc) · 1020 Bytes
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="Ruby">
<template name="utf" value="# encoding: utf-8" description="Inserts encoding utf-8" toReformat="false" toShortenFQNames="true">
<context>
<option name="RUBY" value="true" />
</context>
</template>
<template name=":" value=":$key$ => $value$" description=":key => value" toReformat="false" toShortenFQNames="true">
<variable name="key" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="value" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="RUBY" value="true" />
<option name="RHTML" value="true" />
</context>
</template>
<template name="l" value="=> $end$" description="=>" toReformat="false" toShortenFQNames="true">
<variable name="end" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="RUBY" value="true" />
<option name="RHTML" value="true" />
<option name="HAML" value="true" />
</context>
</template>
</templateSet>