Skip to content

Instantly share code, notes, and snippets.

@scooooooooby
Created February 4, 2016 19:24
Show Gist options
  • Save scooooooooby/fdce21d5e8ce62d29dac to your computer and use it in GitHub Desktop.
Save scooooooooby/fdce21d5e8ce62d29dac to your computer and use it in GitHub Desktop.
Mozilla SVG License Sublime Snippet
<snippet>
<content><![CDATA[
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>moz-l</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>text.svg</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment