Skip to content

Commit

Permalink
add carousel snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurkatz_fr committed Nov 18, 2016
1 parent 4072aab commit 158dcde
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mjcarousel-image.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<snippet>
<content><![CDATA[mj-carousel-image $1 />]]></content>
<tabTrigger>mjcarousel-image</tabTrigger>
<description>MJML - MJML Carousel Image</description>
<scope>text.mjml.basic</scope>
</snippet>
8 changes: 8 additions & 0 deletions mjcarousel.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<snippet>
<content><![CDATA[mj-carousel>
$1
</mj-carousel>]]></content>
<tabTrigger>mjcarousel</tabTrigger>
<description>MJML - MJML Carousel</description>
<scope>text.mjml.basic</scope>
</snippet>

0 comments on commit 158dcde

Please sign in to comment.