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

36 строки
1.2 KiB
Plaintext

original file
-----------------------------------
const a = /.*/v;
-----------------------------------
Grammar: TypeScript.tmLanguage
-----------------------------------
>const a = /.*/v;
^^^^^
source.ts meta.var.expr.ts storage.type.ts
^
source.ts meta.var.expr.ts
^
source.ts meta.var.expr.ts meta.var-single-variable.expr.ts meta.definition.variable.ts variable.other.constant.ts
^
source.ts meta.var.expr.ts meta.var-single-variable.expr.ts
^
source.ts meta.var.expr.ts keyword.operator.assignment.ts
^
source.ts meta.var.expr.ts string.regexp.ts
^
source.ts meta.var.expr.ts string.regexp.ts punctuation.definition.string.begin.ts
^
source.ts meta.var.expr.ts string.regexp.ts constant.other.character-class.regexp
^
source.ts meta.var.expr.ts string.regexp.ts keyword.operator.quantifier.regexp
^
source.ts meta.var.expr.ts string.regexp.ts punctuation.definition.string.end.ts
^
source.ts meta.var.expr.ts string.regexp.ts keyword.other.ts
^
source.ts punctuation.terminator.statement.ts
>
^
source.ts