Skip to content

Commit 3c50ad5

Browse files
committed
Merge pull request #34 from jeroanan/scaladoc-snippet
Added a snippet to start a scaladoc block
2 parents 33b3825 + e5e53f0 commit 3c50ad5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

snippets/language-scala.cson

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,6 @@
8686
'with':
8787
'prefix': 'with'
8888
'body': 'with ${1:Any}'
89+
'scaladoc':
90+
'prefix': '/**'
91+
'body': '/**\n * $0\n */'

0 commit comments

Comments
 (0)