TypeScript-TmLanguage/tests/baselines/Issue247.baseline.txt

44 строки
1.3 KiB
Plaintext

original file
-----------------------------------
@dec<{}>()
class Test {
}
-----------------------------------
Grammar: TypeScriptReact.tmLanguage
-----------------------------------
>@dec<{}>()
^
source.tsx meta.decorator.tsx punctuation.decorator.tsx
^^^
source.tsx meta.decorator.tsx meta.function-call.tsx entity.name.function.tsx
^
source.tsx meta.decorator.tsx meta.type.parameters.tsx punctuation.definition.typeparameters.begin.tsx
^
source.tsx meta.decorator.tsx meta.type.parameters.tsx meta.object.type.tsx punctuation.definition.block.tsx
^
source.tsx meta.decorator.tsx meta.type.parameters.tsx meta.object.type.tsx punctuation.definition.block.tsx
^
source.tsx meta.decorator.tsx meta.type.parameters.tsx punctuation.definition.typeparameters.end.tsx
^
source.tsx meta.decorator.tsx meta.brace.round.tsx
^
source.tsx meta.decorator.tsx meta.brace.round.tsx
>class Test {
^^^^^
source.tsx meta.class.tsx storage.type.class.tsx
^
source.tsx meta.class.tsx
^^^^
source.tsx meta.class.tsx entity.name.type.class.tsx
^
source.tsx meta.class.tsx
^
source.tsx meta.class.tsx punctuation.definition.block.tsx
>}
^
source.tsx meta.class.tsx punctuation.definition.block.tsx
>
^
source.tsx