-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Guillaume Badi
committed
Apr 27, 2016
1 parent
1444fb5
commit 76d5108
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |