Skip to content

Instantly share code, notes, and snippets.

@una
Last active December 17, 2015 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save una/c73a61386f42664f43e5 to your computer and use it in GitHub Desktop.
Save una/c73a61386f42664f43e5 to your computer and use it in GitHub Desktop.
<snippet>
<!-- Example: Hello, ${1:this} is a ${2:snippet}. -->
<content><![CDATA[feColorMatrix in="${1:SourceGraphic}"
type="matrix"
values="1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 1 0" />]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>feColorMatrix</tabTrigger>
<description>Sets up the feColor matrix map for you</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>text.xml, meta.tag.xml, text.html, text.svg</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment