Skip to content

Instantly share code, notes, and snippets.

@theharveyz
Created February 17, 2017 06:16
Show Gist options
  • Save theharveyz/88da6a42270368fd6c089e7f7564ae7d to your computer and use it in GitHub Desktop.
Save theharveyz/88da6a42270368fd6c089e7f7564ae7d to your computer and use it in GitHub Desktop.
Sublime Text snippets
<snippet>
<content><![CDATA[
# -*- coding: utf-8 -*-
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>py.h</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment