Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am qimingweng on github.
  • I am qw (https://keybase.io/qw) on keybase.
  • I have a public key ASAdFvQZzIFsPTxZkXw45GiHBQAm3kTFR4TwRciR-MpnHgo

To claim this, I am signing this object:

@qimingweng
qimingweng / A Guide to Snippets in Sublime Text.md
Last active August 29, 2015 14:22
A simple resource, for myself, for creating snippets in Sublime Text

A Guide to Snippets in Sublime Text

Snippet Structure

<snippet>
	<content><![CDATA[

This is the snippet body.
Use $1 to move the cursor here on a tab click