20 строки
625 B
Plaintext
20 строки
625 B
Plaintext
original file
|
|
-----------------------------------
|
|
// single-line comment
|
|
/* multi-line comment */
|
|
-----------------------------------
|
|
|
|
Grammar: TypeScript.tmLanguage
|
|
-----------------------------------
|
|
>// single-line comment
|
|
^^
|
|
source.ts comment.line.double-slash.ts punctuation.definition.comment.ts
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
source.ts comment.line.double-slash.ts
|
|
>/* multi-line comment */
|
|
^^
|
|
source.ts comment.block.ts punctuation.definition.comment.ts
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
source.ts comment.block.ts
|
|
^^
|
|
source.ts comment.block.ts punctuation.definition.comment.ts |