48 строки
1.9 KiB
Plaintext
48 строки
1.9 KiB
Plaintext
original file
|
|
-----------------------------------
|
|
// @onlyOwnGrammar - As this has jsx
|
|
<C<number>/>
|
|
<C<number>> </C>
|
|
-----------------------------------
|
|
|
|
Grammar: TypeScriptReact.tmLanguage
|
|
-----------------------------------
|
|
>// @onlyOwnGrammar - As this has jsx
|
|
^^
|
|
source.tsx comment.line.double-slash.tsx punctuation.definition.comment.tsx
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
source.tsx comment.line.double-slash.tsx
|
|
><C<number>/>
|
|
^
|
|
source.tsx meta.tag.tsx punctuation.definition.tag.begin.tsx
|
|
^
|
|
source.tsx meta.tag.tsx entity.name.tag.tsx support.class.component.tsx
|
|
^
|
|
source.tsx meta.tag.tsx meta.type.parameters.tsx punctuation.definition.typeparameters.begin.tsx
|
|
^^^^^^
|
|
source.tsx meta.tag.tsx meta.type.parameters.tsx support.type.primitive.tsx
|
|
^
|
|
source.tsx meta.tag.tsx meta.type.parameters.tsx punctuation.definition.typeparameters.end.tsx
|
|
^^
|
|
source.tsx meta.tag.tsx punctuation.definition.tag.end.tsx
|
|
><C<number>> </C>
|
|
^
|
|
source.tsx meta.tag.tsx punctuation.definition.tag.begin.tsx
|
|
^
|
|
source.tsx meta.tag.tsx entity.name.tag.tsx support.class.component.tsx
|
|
^
|
|
source.tsx meta.tag.tsx meta.type.parameters.tsx punctuation.definition.typeparameters.begin.tsx
|
|
^^^^^^
|
|
source.tsx meta.tag.tsx meta.type.parameters.tsx support.type.primitive.tsx
|
|
^
|
|
source.tsx meta.tag.tsx meta.type.parameters.tsx punctuation.definition.typeparameters.end.tsx
|
|
^
|
|
source.tsx meta.tag.tsx punctuation.definition.tag.end.tsx
|
|
^
|
|
source.tsx meta.tag.tsx meta.jsx.children.tsx
|
|
^^
|
|
source.tsx meta.tag.tsx punctuation.definition.tag.begin.tsx
|
|
^
|
|
source.tsx meta.tag.tsx entity.name.tag.tsx support.class.component.tsx
|
|
^
|
|
source.tsx meta.tag.tsx punctuation.definition.tag.end.tsx |