/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
- # -*- mode: snippet -*-
- # key: v
- # contributor: Translated from TextMate Snippet
- # name: variable
- # --
- ${1:String} ${2:var}${3: = ${0:null}};