We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5518b86 commit db11ec3Copy full SHA for db11ec3
syntaxes/Scala.tmLanguage
@@ -157,6 +157,10 @@
157
<key>include</key>
158
<string>#scala-symbol</string>
159
</dict>
160
+ <dict>
161
+ <key>include</key>
162
+ <string>#scala-quoted</string>
163
+ </dict>
164
<dict>
165
166
<string>#char-literal</string>
@@ -796,6 +800,13 @@
796
800
<key>name</key>
797
801
<string>entity.name.type.symbol.scala</string>
798
802
803
+ <key>scala-quoted</key>
804
805
+ <key>match</key>
806
+ <string>'\{'|'\('|'\['|'\{|'\(|'\[</string>
807
+ <key>name</key>
808
+ <string>constant.other.quoted.scala</string>
809
799
810
<key>storage-modifiers</key>
811
812
<key>patterns</key>
0 commit comments