+1

Fixes for scala syntax

Matt Hauck 10 years ago 0
The scala language file messes up a bit when it comes to triple quoted strings that contain strings. 

Update the repository.strings.pattern first element to the following: 
<dict>
  <key>begin</key>
  <string>"""</string>
  <key>end</key>
  <string>"""(?!")</string>
  <key>name</key>
  <string>string.quoted.triple.scala</string>
</dict>