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 4e909c8 commit d7a2363Copy full SHA for d7a2363
Syntaxes/JavaScript.plist
@@ -1228,6 +1228,35 @@
1228
<string>meta.embedded.line.js</string>
1229
<key>patterns</key>
1230
<array>
1231
+ <dict>
1232
+ <key>begin</key>
1233
+ <string>\{</string>
1234
+ <key>beginCaptures</key>
1235
1236
+ <key>0</key>
1237
1238
+ <key>name</key>
1239
+ <string>meta.brace.curly.js</string>
1240
+ </dict>
1241
1242
+ <key>end</key>
1243
+ <string>\}</string>
1244
+ <key>endCaptures</key>
1245
1246
1247
1248
1249
1250
1251
1252
+ <key>patterns</key>
1253
+ <array>
1254
1255
+ <key>include</key>
1256
+ <string>$self</string>
1257
1258
+ </array>
1259
1260
<dict>
1261
<key>include</key>
1262
<string>$self</string>
0 commit comments