|
| 1 | +original file |
| 2 | +----------------------------------- |
| 3 | +// @onlyOwnGrammar - As this has jsx |
| 4 | +<Test_Component |
| 5 | + a='' |
| 6 | + b_c='111' |
| 7 | + d='' |
| 8 | +/> |
| 9 | +----------------------------------- |
| 10 | + |
| 11 | +Grammar: TypeScriptReact.tmLanguage |
| 12 | +----------------------------------- |
| 13 | +>// @onlyOwnGrammar - As this has jsx |
| 14 | + ^^ |
| 15 | + source.tsx comment.line.double-slash.tsx punctuation.definition.comment.tsx |
| 16 | + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 17 | + source.tsx comment.line.double-slash.tsx |
| 18 | +><Test_Component |
| 19 | + ^ |
| 20 | + source.tsx meta.tag.tsx punctuation.definition.tag.begin.tsx |
| 21 | + ^^^^^^^^^^^^^^ |
| 22 | + source.tsx meta.tag.tsx entity.name.tag.tsx support.class.component.tsx |
| 23 | +> a='' |
| 24 | + ^^^^ |
| 25 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx |
| 26 | + ^ |
| 27 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx entity.other.attribute-name.tsx |
| 28 | + ^ |
| 29 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx keyword.operator.assignment.tsx |
| 30 | + ^ |
| 31 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx punctuation.definition.string.begin.tsx |
| 32 | + ^ |
| 33 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx punctuation.definition.string.end.tsx |
| 34 | +> b_c='111' |
| 35 | + ^^^^ |
| 36 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx |
| 37 | + ^^^ |
| 38 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx entity.other.attribute-name.tsx |
| 39 | + ^ |
| 40 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx keyword.operator.assignment.tsx |
| 41 | + ^ |
| 42 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx punctuation.definition.string.begin.tsx |
| 43 | + ^^^ |
| 44 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx |
| 45 | + ^ |
| 46 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx punctuation.definition.string.end.tsx |
| 47 | +> d='' |
| 48 | + ^^^^ |
| 49 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx |
| 50 | + ^ |
| 51 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx entity.other.attribute-name.tsx |
| 52 | + ^ |
| 53 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx keyword.operator.assignment.tsx |
| 54 | + ^ |
| 55 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx punctuation.definition.string.begin.tsx |
| 56 | + ^ |
| 57 | + source.tsx meta.tag.tsx meta.tag.attributes.tsx string.quoted.single.tsx punctuation.definition.string.end.tsx |
| 58 | +>/> |
| 59 | + ^^ |
| 60 | + source.tsx meta.tag.tsx punctuation.definition.tag.end.tsx |
0 commit comments