Skip to content

Instantly share code, notes, and snippets.

@marcaube
Forked from calebporzio/fa.sublime_snippet
Created July 18, 2017 14:31
Show Gist options
  • Save marcaube/a7ec1b2e8d2451be6395c410cdf0814f to your computer and use it in GitHub Desktop.
Save marcaube/a7ec1b2e8d2451be6395c410cdf0814f to your computer and use it in GitHub Desktop.
Font Awesome sublime snippet for creating icon tags
<snippet>
<content><![CDATA[
<i class="fa fa-fw fa-${1}"></i>&nbsp;
]]></content>
<tabTrigger>fa</tabTrigger>
<description>Font Awesome Icon</description>
<scope>text.blade, text.html.blade, text.html</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment