/java-mode/Constructs/variable.yasnippet

http://github.com/ridgetang/snippets · Unknown · 6 lines · 6 code · 0 blank · 0 comment · 0 complexity · f9030ef51c820ae071d378aeb4144f68 MD5 · raw file

  1. # -*- mode: snippet -*-
  2. # key: v
  3. # contributor: Translated from TextMate Snippet
  4. # name: variable
  5. # --
  6. ${1:String} ${2:var}${3: = ${0:null}};