|
| 1 | +original file |
| 2 | +----------------------------------- |
| 3 | +type Uppercase<S extends string> = intrinsic; |
| 4 | +type Lowercase<S extends string> = intrinsic; |
| 5 | +type Capitalize<S extends string> = intrinsic; |
| 6 | +----------------------------------- |
| 7 | + |
| 8 | +Grammar: TypeScript.tmLanguage |
| 9 | +----------------------------------- |
| 10 | +>type Uppercase<S extends string> = intrinsic; |
| 11 | + ^^^^ |
| 12 | + source.ts meta.type.declaration.ts storage.type.type.ts |
| 13 | + ^ |
| 14 | + source.ts meta.type.declaration.ts |
| 15 | + ^^^^^^^^^ |
| 16 | + source.ts meta.type.declaration.ts entity.name.type.alias.ts |
| 17 | + ^ |
| 18 | + source.ts meta.type.declaration.ts meta.type.parameters.ts punctuation.definition.typeparameters.begin.ts |
| 19 | + ^ |
| 20 | + source.ts meta.type.declaration.ts meta.type.parameters.ts entity.name.type.ts |
| 21 | + ^ |
| 22 | + source.ts meta.type.declaration.ts meta.type.parameters.ts |
| 23 | + ^^^^^^^ |
| 24 | + source.ts meta.type.declaration.ts meta.type.parameters.ts storage.modifier.ts |
| 25 | + ^ |
| 26 | + source.ts meta.type.declaration.ts meta.type.parameters.ts |
| 27 | + ^^^^^^ |
| 28 | + source.ts meta.type.declaration.ts meta.type.parameters.ts support.type.primitive.ts |
| 29 | + ^ |
| 30 | + source.ts meta.type.declaration.ts meta.type.parameters.ts punctuation.definition.typeparameters.end.ts |
| 31 | + ^ |
| 32 | + source.ts meta.type.declaration.ts |
| 33 | + ^ |
| 34 | + source.ts meta.type.declaration.ts keyword.operator.assignment.ts |
| 35 | + ^ |
| 36 | + source.ts meta.type.declaration.ts |
| 37 | + ^^^^^^^^^ |
| 38 | + source.ts meta.type.declaration.ts keyword.control.intrinsic.ts |
| 39 | + ^ |
| 40 | + source.ts punctuation.terminator.statement.ts |
| 41 | +>type Lowercase<S extends string> = intrinsic; |
| 42 | + ^^^^ |
| 43 | + source.ts meta.type.declaration.ts storage.type.type.ts |
| 44 | + ^ |
| 45 | + source.ts meta.type.declaration.ts |
| 46 | + ^^^^^^^^^ |
| 47 | + source.ts meta.type.declaration.ts entity.name.type.alias.ts |
| 48 | + ^ |
| 49 | + source.ts meta.type.declaration.ts meta.type.parameters.ts punctuation.definition.typeparameters.begin.ts |
| 50 | + ^ |
| 51 | + source.ts meta.type.declaration.ts meta.type.parameters.ts entity.name.type.ts |
| 52 | + ^ |
| 53 | + source.ts meta.type.declaration.ts meta.type.parameters.ts |
| 54 | + ^^^^^^^ |
| 55 | + source.ts meta.type.declaration.ts meta.type.parameters.ts storage.modifier.ts |
| 56 | + ^ |
| 57 | + source.ts meta.type.declaration.ts meta.type.parameters.ts |
| 58 | + ^^^^^^ |
| 59 | + source.ts meta.type.declaration.ts meta.type.parameters.ts support.type.primitive.ts |
| 60 | + ^ |
| 61 | + source.ts meta.type.declaration.ts meta.type.parameters.ts punctuation.definition.typeparameters.end.ts |
| 62 | + ^ |
| 63 | + source.ts meta.type.declaration.ts |
| 64 | + ^ |
| 65 | + source.ts meta.type.declaration.ts keyword.operator.assignment.ts |
| 66 | + ^ |
| 67 | + source.ts meta.type.declaration.ts |
| 68 | + ^^^^^^^^^ |
| 69 | + source.ts meta.type.declaration.ts keyword.control.intrinsic.ts |
| 70 | + ^ |
| 71 | + source.ts punctuation.terminator.statement.ts |
| 72 | +>type Capitalize<S extends string> = intrinsic; |
| 73 | + ^^^^ |
| 74 | + source.ts meta.type.declaration.ts storage.type.type.ts |
| 75 | + ^ |
| 76 | + source.ts meta.type.declaration.ts |
| 77 | + ^^^^^^^^^^ |
| 78 | + source.ts meta.type.declaration.ts entity.name.type.alias.ts |
| 79 | + ^ |
| 80 | + source.ts meta.type.declaration.ts meta.type.parameters.ts punctuation.definition.typeparameters.begin.ts |
| 81 | + ^ |
| 82 | + source.ts meta.type.declaration.ts meta.type.parameters.ts entity.name.type.ts |
| 83 | + ^ |
| 84 | + source.ts meta.type.declaration.ts meta.type.parameters.ts |
| 85 | + ^^^^^^^ |
| 86 | + source.ts meta.type.declaration.ts meta.type.parameters.ts storage.modifier.ts |
| 87 | + ^ |
| 88 | + source.ts meta.type.declaration.ts meta.type.parameters.ts |
| 89 | + ^^^^^^ |
| 90 | + source.ts meta.type.declaration.ts meta.type.parameters.ts support.type.primitive.ts |
| 91 | + ^ |
| 92 | + source.ts meta.type.declaration.ts meta.type.parameters.ts punctuation.definition.typeparameters.end.ts |
| 93 | + ^ |
| 94 | + source.ts meta.type.declaration.ts |
| 95 | + ^ |
| 96 | + source.ts meta.type.declaration.ts keyword.operator.assignment.ts |
| 97 | + ^ |
| 98 | + source.ts meta.type.declaration.ts |
| 99 | + ^^^^^^^^^ |
| 100 | + source.ts meta.type.declaration.ts keyword.control.intrinsic.ts |
| 101 | + ^ |
| 102 | + source.ts punctuation.terminator.statement.ts |
0 commit comments