Skip to content

Commit

Permalink
Scala snippets fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ches committed Mar 26, 2014
1 parent dbf5851 commit 0b673c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snippets/scala.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,9 @@ snippet mhmap
snippet as
${1:name}.asInstanceOf[${2:T}]
#isInstanceOf[]
snippet is
${1:name}.isInstanceOf[${2:T}]
#end

#collections methods

#scope() with one arg
Expand Down

0 comments on commit 0b673c3

Please sign in to comment.