First commit.
This commit is contained in:
6
snippets/java-mode/new
Normal file
6
snippets/java-mode/new
Normal file
@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: new
|
||||
# key: new
|
||||
# uuid: new
|
||||
# --
|
||||
${1:Type} ${2:obj} = new ${3:$1}($4);$0
|
Reference in New Issue
Block a user