Skip to content

Commit

Permalink
add Svelte support
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Apr 17, 2020
1 parent 58595a6 commit 38f908d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion snippets/bi.cson
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'.text.html':
'.source.svelte, .text.html':
'arrow-bottom':
body: '<svg class=\"i\">\n\t<use xlink:href=\"#arrow-bottom\" />\n</svg>'
description: '<use>'
Expand Down
2 changes: 1 addition & 1 deletion snippets/ei.cson
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
".text.html, .source.js.jsx":
".source.svelte, .text.html, .source.js.jsx":
"ei-archive":
body: "<div data-icon=\"ei-archive\"${1: data-size=\"${2:s|m|l}}\"$3></div>$0"
description: "<div data-icon>"
Expand Down
2 changes: 1 addition & 1 deletion snippets/feather.cson
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
".text.html, .source.js.jsx":
".source.svelte, .text.html, .source.js.jsx":
'alert-circle':
body: '<i data-feather=\"alert-circle\"></i>'
description: '<i>'
Expand Down
2 changes: 1 addition & 1 deletion snippets/octicon.cson
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'.text.html':
'.source.svelte, .text.html':
'octicon-alert':
body: '<svg version=\"1.1\" width=\"32\" height=\"32\" viewBox=\"0 0 16 16\" class=\"octicon octicon-alert\" aria-hidden=\"true\">\n\t<use xlink:href=\"$1#alert\" />\n</svg>$0'
description: '<svg>'
Expand Down
2 changes: 1 addition & 1 deletion snippets/oi.cson
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'.text.html':
'.source.svelte, .text.html':
'oi-account-login':
body: '<svg class=\"icon\">\n\t<use xlink:href=\"${1:open-iconic.svg}#account-login\" class=\"account-login\"></use>\n</svg>$0'
description: '<use>'
Expand Down
2 changes: 1 addition & 1 deletion snippets/se.cson
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
".text.html":
".source.svelte, .text.html":
"se-angry":
body: "<${1:div} class=\"se se-angry se-${2:s}\"></${1:div}>"
description: "<div>"
Expand Down
2 changes: 1 addition & 1 deletion snippets/si.cson
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
".text.html":
".source.svelte, .text.html":
"si-glyph-abacus":
body: "<svg xmlns=\"http://www.w3.org/2000/svg\" class=\"si-glyph-abacus\">\n\t<use xlink:href=\"${1:sprite.svg}#si-glyph-abacus\" />\n</svg>$0"
description: "<use>"
Expand Down

0 comments on commit 38f908d

Please sign in to comment.