@@ -46,11 +46,10 @@ let str = `hi`
46
46
// ^ string.quoted.other punctuation.definition.string.end
47
47
let interp = j ` hello $bla bye`
48
48
// ^ string.quoted.other variable.annotation
49
- // ^ punctuation.section.interpolation
50
- // ^^^ source.res
49
+ // ^^^^ source.res
51
50
// ^^^^^ string.quoted.other
52
51
let interp = j ` hello $1 bye`
53
- // ^^^^^^ string.quoted.other
52
+ // ^ ^^^^^^ string.quoted.other
54
53
let interp = j ` hi ${world.bla-> b(a)} bye`
55
54
// ^ string.quoted.other punctuation.definition.string.begin
56
55
// ^^^ string.quoted.other
@@ -61,7 +60,17 @@ let interp = j`hi ${world.bla->b(a)} bye`
61
60
// ^ punctuation.section.interpolation.end
62
61
// ^^^ string.quoted.other
63
62
// ^ string.quoted.other punctuation.definition.string.end
64
-
63
+ let asd = ` a${hello(` world ${hi} bye` )}b$`
64
+ // ^^^^^^ source.res
65
+ // ^ string.quoted.other punctuation.definition.string.begin
66
+ // ^^^^^^ string.quoted.other
67
+ // ^^ punctuation.section.interpolation.begin
68
+ // ^^ source.res
69
+ // ^ punctuation.section.interpolation.end
70
+ // ^^^^^ string.quoted.other
71
+ // ^ punctuation.section.interpolation.end
72
+ // ^^ string.quoted.other
73
+ // ^ string.quoted.other punctuation.definition.string.end
65
74
66
75
// === numbers
67
76
0 commit comments