|
| 1 | +original file |
| 2 | +----------------------------------- |
| 3 | +let a: number, |
| 4 | + b: number, |
| 5 | + c: number; |
| 6 | +----------------------------------- |
| 7 | + |
| 8 | +Grammar: TypeScript.tmLanguage |
| 9 | +----------------------------------- |
| 10 | +>let a: number, |
| 11 | + ^^^ |
| 12 | + source.ts meta.var.expr.ts storage.type.ts |
| 13 | + ^ |
| 14 | + source.ts meta.var.expr.ts |
| 15 | + ^ |
| 16 | + source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.definition.variable.ts variable.other.readwrite.ts |
| 17 | + ^ |
| 18 | + source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.type.annotation.ts keyword.operator.type.annotation.ts |
| 19 | + ^ |
| 20 | + source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.type.annotation.ts |
| 21 | + ^^^^^^ |
| 22 | + source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.type.annotation.ts support.type.primitive.ts |
| 23 | + ^ |
| 24 | + source.ts meta.var.expr.ts punctuation.separator.comma.ts |
| 25 | +> b: number, |
| 26 | + ^^^^ |
| 27 | + source.ts meta.var.expr.ts |
| 28 | + ^ |
| 29 | + source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.definition.variable.ts variable.other.readwrite.ts |
| 30 | + ^ |
| 31 | + source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.type.annotation.ts keyword.operator.type.annotation.ts |
| 32 | + ^ |
| 33 | + source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.type.annotation.ts |
| 34 | + ^^^^^^ |
| 35 | + source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.type.annotation.ts support.type.primitive.ts |
| 36 | + ^ |
| 37 | + source.ts meta.var.expr.ts punctuation.separator.comma.ts |
| 38 | +> c: number; |
| 39 | + ^^^^ |
| 40 | + source.ts meta.var.expr.ts |
| 41 | + ^ |
| 42 | + source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.definition.variable.ts variable.other.readwrite.ts |
| 43 | + ^ |
| 44 | + source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.type.annotation.ts keyword.operator.type.annotation.ts |
| 45 | + ^ |
| 46 | + source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.type.annotation.ts |
| 47 | + ^^^^^^ |
| 48 | + source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.type.annotation.ts support.type.primitive.ts |
| 49 | + ^ |
| 50 | + source.ts punctuation.terminator.statement.ts |
0 commit comments