Skip to content

Commit

Permalink
formatting tweeks to make all snippets consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrobertson committed Mar 14, 2013
1 parent 649ec0d commit 7f0abab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions else-erb.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[<% else -%>]]></content>
<content><![CDATA[<% else %>]]></content>
<tabTrigger>else</tabTrigger>
<scope>text.html.ruby</scope>
<description>else (ERB)</description>
<description>ERB else tag</description>
</snippet>
4 changes: 2 additions & 2 deletions elsif-erb.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[<% elsif ${1:true} -%>]]></content>
<content><![CDATA[<% elsif ${1:true} %>]]></content>
<tabTrigger>elsif</tabTrigger>
<scope>text.html.ruby</scope>
<description>elsif (ERB)</description>
<description>ERB elsif tag</description>
</snippet>

0 comments on commit 7f0abab

Please sign in to comment.