Skip to content

Commit 97796c4

Browse files
committed
Merge pull request honza#118 from georgeguimaraes/patch-1
Create '=' and '%' shortcuts for eruby files
2 parents 94d06b7 + 737aec3 commit 97796c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snippets/eruby.snippets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ snippet rc
77
<% ${1} %>
88
snippet rce
99
<%= ${1} %>${2}
10+
snippet %
11+
<% ${1} %>
12+
snippet =
13+
<%= ${1} %>${2}
1014
snippet end
1115
<% end %>${1}
1216
snippet ead

0 commit comments

Comments
 (0)