PageRenderTime 952ms CodeModel.GetById 934ms RepoModel.GetById 1ms app.codeStats 0ms

/java-mode/print.yasnippet

http://github.com/ridgetang/snippets
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 36e00b29420039658ba8e0a6aa58b7ce MD5 | raw file
  1. # -*- mode: snippet -*-
  2. # key: p
  3. # contributor: Translated from TextMate Snippet
  4. # name: print
  5. # --
  6. System.out.print($1);$0