Skip to content

Commit

Permalink
mjml components + container
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Badi committed Apr 27, 2016
1 parent 1444fb5 commit 76d5108
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mjcontainer.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<snippet>
<content><![CDATA[<mj-container>
$1
</mj-container>]]></content>
<tabTrigger>mjcontainer</tabTrigger>
<description>MJML - MJML container</description>
<scope>text.mjml.basic</scope>
</snippet>
8 changes: 8 additions & 0 deletions mjinvoice.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<snippet>
<content><![CDATA[<mj-invoice>
$1
</mj-invoice>]]></content>
<tabTrigger>mjinvoice</tabTrigger>
<description>MJML - MJML Invoice</description>
<scope>text.mjml.basic</scope>
</snippet>
8 changes: 8 additions & 0 deletions mjtable.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<snippet>
<content><![CDATA[<mj-table>
$1
</mj-table>]]></content>
<tabTrigger>mjtable</tabTrigger>
<description>MJML - MJML Table</description>
<scope>text.mjml.basic</scope>
</snippet>

0 comments on commit 76d5108

Please sign in to comment.