Skip to content

Instantly share code, notes, and snippets.

@dan-c-underwood
Last active August 29, 2015 14:01
Show Gist options
  • Save dan-c-underwood/2c3581bdcf54c3fd3591 to your computer and use it in GitHub Desktop.
Save dan-c-underwood/2c3581bdcf54c3fd3591 to your computer and use it in GitHub Desktop.
Sublime snippet for font colours in HTML or Markdown
<snippet>
<content><![CDATA[<font color="$1">$2</font>]]></content>
<tabTrigger>fontcolor</tabTrigger>
<scope>text.markdown, text.html</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment