Skip to content

Commit f0e6e2c

Browse files
committed
simple md-content
1 parent febbd69 commit f0e6e2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<snippet>
22
<content><![CDATA[
3-
<md-content layout-padding>
4-
Lorem ipsum dolor sit amet, ne quod novum mei.$1
3+
<md-content ${1:layout-padding} ${2:layout-wrap}>
4+
${3:Lorem ipsum dolor sit amet, ne quod novum mei}
55
</md-content>
66
]]></content>
77
<tabTrigger>md-content</tabTrigger>
8-
<description>Angular Material - The md-content directive is a container element useful for scrollable content. Add the [layout-padding] attribute to make the content padded.</description>
8+
<description>Angular Material - md-content</description>
99
<scope>text.html</scope>
10-
</snippet>
10+
</snippet>

0 commit comments

Comments
 (0)