|
| 1 | +original file |
| 2 | +----------------------------------- |
| 3 | +<Test |
| 4 | + a='' |
| 5 | + b_c='111' |
| 6 | + d='' |
| 7 | +/> |
| 8 | +----------------------------------- |
| 9 | + |
| 10 | +Grammar: TypeScriptReact.tmLanguage |
| 11 | +----------------------------------- |
| 12 | +><Test |
| 13 | + ^ |
| 14 | + source.tsx meta.tag.tsx punctuation.definition.tag.begin.tsx |
| 15 | + ^^^^ |
| 16 | + source.tsx meta.tag.tsx entity.name.tag.tsx support.class.component.tsx |
| 17 | +> a='' |
| 18 | + ^^^^ |
| 19 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx |
| 20 | + ^ |
| 21 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx entity.other.attribute-name.tsx |
| 22 | + ^ |
| 23 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx keyword.operator.assignment.tsx |
| 24 | + ^ |
| 25 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx punctuation.definition.string.begin.tsx |
| 26 | + ^ |
| 27 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx punctuation.definition.string.end.tsx |
| 28 | +> b_c='111' |
| 29 | + ^^^^ |
| 30 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx |
| 31 | + ^^^ |
| 32 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx entity.other.attribute-name.tsx |
| 33 | + ^ |
| 34 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx keyword.operator.assignment.tsx |
| 35 | + ^ |
| 36 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx punctuation.definition.string.begin.tsx |
| 37 | + ^^^ |
| 38 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx |
| 39 | + ^ |
| 40 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx punctuation.definition.string.end.tsx |
| 41 | +> d='' |
| 42 | + ^^^^ |
| 43 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx |
| 44 | + ^ |
| 45 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx entity.other.attribute-name.tsx |
| 46 | + ^ |
| 47 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx keyword.operator.assignment.tsx |
| 48 | + ^ |
| 49 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx punctuation.definition.string.begin.tsx |
| 50 | + ^ |
| 51 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx punctuation.definition.string.end.tsx |
| 52 | +>/> |
| 53 | + ^^ |
| 54 | + source.tsx meta.tag.tsx punctuation.definition.tag.end.tsx |
| 55 | + |
| 56 | + |
| 57 | +Grammar: TypeScript.tmLanguage |
| 58 | +----------------------------------- |
| 59 | +><Test |
| 60 | + ^ |
| 61 | + source.ts keyword.operator.relational.ts |
| 62 | + ^^^^ |
| 63 | + source.ts variable.other.readwrite.ts |
| 64 | +> a='' |
| 65 | + ^^^^ |
| 66 | + source.ts |
| 67 | + ^ |
| 68 | + source.ts variable.other.readwrite.ts |
| 69 | + ^ |
| 70 | + source.ts keyword.operator.assignment.ts |
| 71 | + ^ |
| 72 | + source.ts string.quoted.single.ts punctuation.definition.string.begin.ts |
| 73 | + ^ |
| 74 | + source.ts string.quoted.single.ts punctuation.definition.string.end.ts |
| 75 | +> b_c='111' |
| 76 | + ^^^^ |
| 77 | + source.ts |
| 78 | + ^^^ |
| 79 | + source.ts variable.other.readwrite.ts |
| 80 | + ^ |
| 81 | + source.ts keyword.operator.assignment.ts |
| 82 | + ^ |
| 83 | + source.ts string.quoted.single.ts punctuation.definition.string.begin.ts |
| 84 | + ^^^ |
| 85 | + source.ts string.quoted.single.ts |
| 86 | + ^ |
| 87 | + source.ts string.quoted.single.ts punctuation.definition.string.end.ts |
| 88 | +> d='' |
| 89 | + ^^^^ |
| 90 | + source.ts |
| 91 | + ^ |
| 92 | + source.ts variable.other.readwrite.ts |
| 93 | + ^ |
| 94 | + source.ts keyword.operator.assignment.ts |
| 95 | + ^ |
| 96 | + source.ts string.quoted.single.ts punctuation.definition.string.begin.ts |
| 97 | + ^ |
| 98 | + source.ts string.quoted.single.ts punctuation.definition.string.end.ts |
| 99 | +>/> |
| 100 | + ^ |
| 101 | + source.ts keyword.operator.arithmetic.ts |
| 102 | + ^ |
| 103 | + source.ts keyword.operator.relational.ts |
0 commit comments