PageRenderTime 12ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/ruby-mode/Hashes/hash pair (:).yasnippet

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 23f395ccafe088220707f9347525dd42 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: :
  3. # contributor: Translated from TextMate Snippet
  4. # name: Hash Pair — :key => "value"
  5. # --
  6. :${1:key} => ${2:"${3:value}"}${4:, }