PageRenderTime 109ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/java-mode/Constructs/constant.yasnippet

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 1995af14ce927280f60650fa14e9fc67 MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: co
  3. # contributor: Translated from TextMate Snippet
  4. # name: constant
  5. # --
  6. static public final ${1:String} ${2:var} = $3;$0