Skip to content

Commit b3e4996

Browse files
committed
new md-icons snippets
1 parent 947c713 commit b3e4996

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<md-icon class="${1:material-icons step}" aria-label="${2:description}">${3:font-name}</md-icon>
4+
]]></content>
5+
<tabTrigger>md-icon-ligature</tabTrigger>
6+
<description>Angular Material - md-icon using Ligatures</description>
7+
<scope>text.html</scope>
8+
</snippet>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<md-icon md-svg-icon="${1:alarm}" style="${2:color: #0F0;}" aria-label="${3:Alarm Icon}"></md-icon>
4+
]]></content>
5+
<tabTrigger>md-icon-svg</tabTrigger>
6+
<description>Angular Material - md-icon using SVG</description>
7+
<scope>text.html</scope>
8+
</snippet>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
<md-icon class="${1:step img}" md-font-icon="${2:font.name}" aria-label="${3:description}"></md-icon>
4+
]]></content>
5+
<tabTrigger>md-icon-class</tabTrigger>
6+
<description>Angular Material - md-icon using Classnames</description>
7+
<scope>text.html</scope>
8+
</snippet>

directives/md-icon.sublime-snippet

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)