index
:
vim-sonictemplate.git
gh-pages
master
perl_suppoert-utf8-pipe
placeholder
forked from https://github.com/mattn/vim-sonictemplate
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
template
/
java
/
base-main.java
blob: 18db0dc508805376b161914520a3c72dfafa41c3 (
plain
)
1
2
3
4
5
public
class
{{
_name_
}}
{
public
static
void
main
(
String
[]
args
)
{
{{
_cursor_
}}
}
}