76 строки
4.5 KiB
Plaintext
76 строки
4.5 KiB
Plaintext
original file
|
|
-----------------------------------
|
|
// @onlyOwnGrammar - As this has jsx
|
|
const test = (true) ? <p>Broken Color</p> : <p>Also Broken Color</p>
|
|
-----------------------------------
|
|
|
|
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
|
|
> const test = (true) ? <p>Broken Color</p> : <p>Also Broken Color</p>
|
|
^
|
|
source.tsx
|
|
^^^^^
|
|
source.tsx meta.var.expr.tsx storage.type.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx
|
|
^^^^
|
|
source.tsx meta.var.expr.tsx meta.var-single-variable.expr.tsx variable.other.readwrite.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx meta.var-single-variable.expr.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx keyword.operator.assignment.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx meta.brace.round.tsx
|
|
^^^^
|
|
source.tsx meta.var.expr.tsx constant.language.boolean.true.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx meta.brace.round.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx keyword.operator.ternary.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx meta.tag.without-attributes.tsx punctuation.definition.tag.begin.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx meta.tag.without-attributes.tsx entity.name.tag.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx meta.tag.without-attributes.tsx punctuation.definition.tag.end.tsx
|
|
^^^^^^^^^^^^
|
|
source.tsx meta.var.expr.tsx meta.tag.without-attributes.tsx meta.jsx.children.tsx
|
|
^^
|
|
source.tsx meta.var.expr.tsx meta.tag.without-attributes.tsx punctuation.definition.tag.begin.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx meta.tag.without-attributes.tsx entity.name.tag.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx meta.tag.without-attributes.tsx punctuation.definition.tag.end.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx keyword.operator.ternary.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx meta.tag.without-attributes.tsx punctuation.definition.tag.begin.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx meta.tag.without-attributes.tsx entity.name.tag.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx meta.tag.without-attributes.tsx punctuation.definition.tag.end.tsx
|
|
^^^^^^^^^^^^^^^^^
|
|
source.tsx meta.var.expr.tsx meta.tag.without-attributes.tsx meta.jsx.children.tsx
|
|
^^
|
|
source.tsx meta.var.expr.tsx meta.tag.without-attributes.tsx punctuation.definition.tag.begin.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx meta.tag.without-attributes.tsx entity.name.tag.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx meta.tag.without-attributes.tsx punctuation.definition.tag.end.tsx
|
|
^
|
|
source.tsx meta.var.expr.tsx |