scala snip tweaks

This commit is contained in:
ujihisa 2012-10-03 21:24:24 -07:00
parent ab9dc6873b
commit e7ac14bf34
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ prev_word '^'
}
snippet hello
abbr hello2
abbr object HelloWorld { def main(...) }
object HelloWorld {
def main(args: Array[String]) {
println("Hello, world!")