X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/c4b211177c12a97f8ffe10055325dd90a0a39b31..2ec18855d6d4e144776551dfb4921e1b133dfd29:/etc/yasnippet/snippets/java-mode/new diff --git a/etc/yasnippet/snippets/java-mode/new b/etc/yasnippet/snippets/java-mode/new new file mode 100644 index 0000000..1ffd2e5 --- /dev/null +++ b/etc/yasnippet/snippets/java-mode/new @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: new +# key: new +# -- +${1:Type} ${2:obj} = new ${3:Constr}(${4:args});$0 \ No newline at end of file