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 50093bb commit d53acb6Copy full SHA for d53acb6
src/typescript/Scala.tmLanguage.ts
@@ -1495,6 +1495,9 @@ export const scalaTmLanguage: TmLanguage = {
1495
},
1496
name: 'meta.structure.dictionary.json',
1497
patterns: [
1498
+ {
1499
+ include: '#string-interpolation'
1500
+ },
1501
{
1502
include: '#json-objectkey'
1503
@@ -1585,6 +1588,9 @@ export const scalaTmLanguage: TmLanguage = {
1585
1588
1586
1589
'json-value': {
1587
1590
1591
1592
1593
1594
1595
include: '#json-constant'
1596
0 commit comments