54 строки
2.1 KiB
Plaintext
54 строки
2.1 KiB
Plaintext
original file
|
|
-----------------------------------
|
|
app.get('/test/', (req, res) => {
|
|
});
|
|
-----------------------------------
|
|
|
|
Grammar: TypeScript.tmLanguage
|
|
-----------------------------------
|
|
>app.get('/test/', (req, res) => {
|
|
^^^
|
|
source.ts meta.function-call.ts variable.other.object.ts
|
|
^
|
|
source.ts meta.function-call.ts punctuation.accessor.ts
|
|
^^^
|
|
source.ts meta.function-call.ts support.function.dom.ts
|
|
^
|
|
source.ts meta.brace.round.ts
|
|
^
|
|
source.ts string.quoted.single.ts punctuation.definition.string.begin.ts
|
|
^^^^^^
|
|
source.ts string.quoted.single.ts
|
|
^
|
|
source.ts string.quoted.single.ts punctuation.definition.string.end.ts
|
|
^
|
|
source.ts punctuation.separator.comma.ts
|
|
^
|
|
source.ts meta.arrow.ts
|
|
^
|
|
source.ts meta.arrow.ts meta.parameters.ts punctuation.definition.parameters.begin.ts
|
|
^^^
|
|
source.ts meta.arrow.ts meta.parameters.ts variable.parameter.ts
|
|
^
|
|
source.ts meta.arrow.ts meta.parameters.ts punctuation.separator.parameter.ts
|
|
^
|
|
source.ts meta.arrow.ts meta.parameters.ts
|
|
^^^
|
|
source.ts meta.arrow.ts meta.parameters.ts variable.parameter.ts
|
|
^
|
|
source.ts meta.arrow.ts meta.parameters.ts punctuation.definition.parameters.end.ts
|
|
^
|
|
source.ts meta.arrow.ts
|
|
^^
|
|
source.ts meta.arrow.ts storage.type.function.arrow.ts
|
|
^
|
|
source.ts meta.arrow.ts
|
|
^
|
|
source.ts meta.arrow.ts meta.block.ts punctuation.definition.block.ts
|
|
>});
|
|
^
|
|
source.ts meta.arrow.ts meta.block.ts punctuation.definition.block.ts
|
|
^
|
|
source.ts meta.brace.round.ts
|
|
^
|
|
source.ts punctuation.terminator.statement.ts |