|
| 1 | +original file |
| 2 | +----------------------------------- |
| 3 | +let a = /foo[]bar/; |
| 4 | +let b = /foo[^]bar/; |
| 5 | +----------------------------------- |
| 6 | + |
| 7 | +Grammar: TypeScript.tmLanguage |
| 8 | +----------------------------------- |
| 9 | +>let a = /foo[]bar/; |
| 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.readwrite.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.regexp.ts punctuation.definition.string.begin.ts |
| 24 | + ^^^ |
| 25 | + source.ts meta.var.expr.ts string.regexp.ts |
| 26 | + ^ |
| 27 | + source.ts meta.var.expr.ts string.regexp.ts constant.other.character-class.set.regexp punctuation.definition.character-class.regexp |
| 28 | + ^ |
| 29 | + source.ts meta.var.expr.ts string.regexp.ts constant.other.character-class.set.regexp punctuation.definition.character-class.regexp |
| 30 | + ^^^ |
| 31 | + source.ts meta.var.expr.ts string.regexp.ts |
| 32 | + ^ |
| 33 | + source.ts meta.var.expr.ts string.regexp.ts punctuation.definition.string.end.ts |
| 34 | + ^ |
| 35 | + source.ts punctuation.terminator.statement.ts |
| 36 | +>let b = /foo[^]bar/; |
| 37 | + ^^^ |
| 38 | + source.ts meta.var.expr.ts storage.type.ts |
| 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 |
| 45 | + ^ |
| 46 | + source.ts meta.var.expr.ts keyword.operator.assignment.ts |
| 47 | + ^ |
| 48 | + source.ts meta.var.expr.ts string.regexp.ts |
| 49 | + ^ |
| 50 | + source.ts meta.var.expr.ts string.regexp.ts punctuation.definition.string.begin.ts |
| 51 | + ^^^ |
| 52 | + source.ts meta.var.expr.ts string.regexp.ts |
| 53 | + ^ |
| 54 | + source.ts meta.var.expr.ts string.regexp.ts constant.other.character-class.set.regexp punctuation.definition.character-class.regexp |
| 55 | + ^ |
| 56 | + source.ts meta.var.expr.ts string.regexp.ts constant.other.character-class.set.regexp keyword.operator.negation.regexp |
| 57 | + ^ |
| 58 | + source.ts meta.var.expr.ts string.regexp.ts constant.other.character-class.set.regexp punctuation.definition.character-class.regexp |
| 59 | + ^^^ |
| 60 | + source.ts meta.var.expr.ts string.regexp.ts |
| 61 | + ^ |
| 62 | + source.ts meta.var.expr.ts string.regexp.ts punctuation.definition.string.end.ts |
| 63 | + ^ |
| 64 | + source.ts punctuation.terminator.statement.ts |
0 commit comments