Skip to content

Instantly share code, notes, and snippets.

@mpontus
Created February 18, 2015 05:16
Show Gist options
  • Save mpontus/b214bb6311eac9a93d19 to your computer and use it in GitHub Desktop.
Save mpontus/b214bb6311eac9a93d19 to your computer and use it in GitHub Desktop.
# -*- mode: snippet; require-final-newline: nil -*-
# name: $
# key: $
# binding: direct-keybinding
# --
${1:${2:${3:foo }bar }baz }
${4:foo }${5:bar }${6:baz }
${7:foo ${8:bar ${9:baz }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment