File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ original file
2
+ -----------------------------------
3
+ const test2 = "x" +
4
+ "y"; statement;
5
+ -----------------------------------
6
+
7
+ Grammar: TypeScript.tmLanguage
8
+ -----------------------------------
9
+ >const test2 = "x" +
10
+ ^^^^^
11
+ source.ts meta.var.expr.ts storage.type.ts
12
+ ^
13
+ source.ts meta.var.expr.ts
14
+ ^^^^^
15
+ source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.definition.variable.ts variable.other.constant.ts
16
+ ^
17
+ source.ts meta.var.expr.ts meta.var-single-variable.expr.ts
18
+ ^
19
+ source.ts meta.var.expr.ts keyword.operator.assignment.ts
20
+ ^
21
+ source.ts meta.var.expr.ts
22
+ ^
23
+ source.ts meta.var.expr.ts string.quoted.double.ts punctuation.definition.string.begin.ts
24
+ ^
25
+ source.ts meta.var.expr.ts string.quoted.double.ts
26
+ ^
27
+ source.ts meta.var.expr.ts string.quoted.double.ts punctuation.definition.string.end.ts
28
+ ^
29
+ source.ts meta.var.expr.ts
30
+ ^
31
+ source.ts meta.var.expr.ts keyword.operator.arithmetic.ts
32
+ ^
33
+ source.ts meta.var.expr.ts
34
+ > "y"; statement;
35
+ ^
36
+ source.ts
37
+ ^
38
+ source.ts string.quoted.double.ts punctuation.definition.string.begin.ts
39
+ ^
40
+ source.ts string.quoted.double.ts
41
+ ^
42
+ source.ts string.quoted.double.ts punctuation.definition.string.end.ts
43
+ ^
44
+ source.ts punctuation.terminator.statement.ts
45
+ ^
46
+ source.ts
47
+ ^^^^^^^^^
48
+ source.ts variable.other.readwrite.ts
49
+ ^
50
+ source.ts punctuation.terminator.statement.ts
Original file line number Diff line number Diff line change
1
+ const test2 = "x" +
2
+ "y" ; statement ;
You can’t perform that action at this time.
0 commit comments