Skip to content

Commit

Permalink
fix multiline comments by properly setting scope in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Jun 4, 2015
1 parent 9b786a6 commit bde37ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings/language-scala.cson
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'.source':
'.source.scala':
'editor':
'increaseIndentPattern': '(^.*(\\{[^}]*|\\([^)]*)$|^.*\\=\\s*$)'
'decreaseIndentPattern': '^\\s*(\\}|\\))'
'commentStart': '//'
'commentStart': '// '
'.keyword.other.documentation.scaladoc.scala':
'editor':
'completions': [
Expand Down

0 comments on commit bde37ce

Please sign in to comment.