76 строки
2.6 KiB
Plaintext
76 строки
2.6 KiB
Plaintext
original file
|
|
-----------------------------------
|
|
+new Date - 1 < 2;
|
|
var abc = 'abc';
|
|
function abc2() { }
|
|
-----------------------------------
|
|
|
|
Grammar: TypeScript.tmLanguage
|
|
-----------------------------------
|
|
>+new Date - 1 < 2;
|
|
^
|
|
source.ts keyword.operator.arithmetic.ts
|
|
^^^
|
|
source.ts new.expr.ts keyword.operator.new.ts
|
|
^
|
|
source.ts new.expr.ts
|
|
^^^^
|
|
source.ts new.expr.ts support.class.builtin.ts
|
|
^
|
|
source.ts new.expr.ts
|
|
^
|
|
source.ts keyword.operator.arithmetic.ts
|
|
^
|
|
source.ts
|
|
^
|
|
source.ts constant.numeric.decimal.ts
|
|
^
|
|
source.ts
|
|
^
|
|
source.ts keyword.operator.relational.ts
|
|
^
|
|
source.ts
|
|
^
|
|
source.ts constant.numeric.decimal.ts
|
|
^
|
|
source.ts punctuation.terminator.statement.ts
|
|
>var abc = 'abc';
|
|
^^^
|
|
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.readwrite.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
|
|
^
|
|
source.ts meta.var.expr.ts string.quoted.single.ts punctuation.definition.string.begin.ts
|
|
^^^
|
|
source.ts meta.var.expr.ts string.quoted.single.ts
|
|
^
|
|
source.ts meta.var.expr.ts string.quoted.single.ts punctuation.definition.string.end.ts
|
|
^
|
|
source.ts punctuation.terminator.statement.ts
|
|
>function abc2() { }
|
|
^^^^^^^^
|
|
source.ts meta.function.ts storage.type.function.ts
|
|
^
|
|
source.ts meta.function.ts
|
|
^^^^
|
|
source.ts meta.function.ts meta.definition.function.ts entity.name.function.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts punctuation.definition.parameters.begin.ts
|
|
^
|
|
source.ts meta.function.ts meta.parameters.ts punctuation.definition.parameters.end.ts
|
|
^
|
|
source.ts meta.function.ts
|
|
^
|
|
source.ts meta.function.ts meta.block.ts punctuation.definition.block.ts
|
|
^
|
|
source.ts meta.function.ts meta.block.ts
|
|
^
|
|
source.ts meta.function.ts meta.block.ts punctuation.definition.block.ts |