PageRenderTime 24ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/java-mode/println.yasnippet

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