Skip to content

Commit db11ec3

Browse files
committed
Fix expression and type quotes
1 parent 5518b86 commit db11ec3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

syntaxes/Scala.tmLanguage

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@
157157
<key>include</key>
158158
<string>#scala-symbol</string>
159159
</dict>
160+
<dict>
161+
<key>include</key>
162+
<string>#scala-quoted</string>
163+
</dict>
160164
<dict>
161165
<key>include</key>
162166
<string>#char-literal</string>
@@ -796,6 +800,13 @@
796800
<key>name</key>
797801
<string>entity.name.type.symbol.scala</string>
798802
</dict>
803+
<key>scala-quoted</key>
804+
<dict>
805+
<key>match</key>
806+
<string>'\{'|'\('|'\['|'\{|'\(|'\[</string>
807+
<key>name</key>
808+
<string>constant.other.quoted.scala</string>
809+
</dict>
799810
<key>storage-modifiers</key>
800811
<dict>
801812
<key>patterns</key>

0 commit comments

Comments
 (0)