|
5 | 5 | >// found in the LICENSE file.
|
6 | 6 | #^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line.double-slash.dart
|
7 | 7 | >
|
8 |
| ->/// Multiline dartdoc comment. |
9 |
| -#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.block.documentation.dart |
| 8 | +>/// Multiline dartdoc comment with triple backticks. |
| 9 | +#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.block.documentation.dart |
10 | 10 | >///
|
11 | 11 | #^^^ comment.block.documentation.dart
|
12 | 12 | >/// ```
|
13 | 13 | #^^^^^^^ comment.block.documentation.dart
|
14 |
| ->/// doc |
| 14 | +>/// code |
| 15 | +#^^^^ comment.block.documentation.dart |
| 16 | +# ^^^^ comment.block.documentation.dart variable.other.source.dart |
| 17 | +>/// ``` |
| 18 | +#^^^^^^^ comment.block.documentation.dart |
| 19 | +>/// |
| 20 | +#^^^ comment.block.documentation.dart |
| 21 | +>/// ... |
| 22 | +#^^^^^^^ comment.block.documentation.dart |
| 23 | +>var doc1; |
| 24 | +#^^^ storage.type.primitive.dart |
| 25 | +# ^ punctuation.terminator.dart |
| 26 | +> |
| 27 | +>/// Multiline dartdoc comment with unclosed triple backticks. |
| 28 | +#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.block.documentation.dart |
| 29 | +>/// |
15 | 30 | #^^^ comment.block.documentation.dart
|
16 |
| -# ^^^^ comment.block.documentation.dart variable.other.source.dart |
17 | 31 | >/// ```
|
| 32 | +#^^^^^^^ comment.block.documentation.dart |
| 33 | +>/// code |
| 34 | +#^^^^ comment.block.documentation.dart |
| 35 | +# ^^^^ comment.block.documentation.dart variable.other.source.dart |
| 36 | +>var doc2; |
| 37 | +#^^^ storage.type.primitive.dart |
| 38 | +# ^ punctuation.terminator.dart |
| 39 | +> |
| 40 | +>/// Multiline dartdoc comment with unclosed backticks. |
| 41 | +#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.block.documentation.dart |
| 42 | +>/// |
18 | 43 | #^^^ comment.block.documentation.dart
|
19 |
| -# ^ comment.block.documentation.dart variable.other.source.dart |
20 |
| -# ^^^ comment.block.documentation.dart |
| 44 | +>/// `code |
| 45 | +#^^^^^^^^^ comment.block.documentation.dart |
| 46 | +>var doc3; |
| 47 | +#^^^ storage.type.primitive.dart |
| 48 | +# ^ punctuation.terminator.dart |
| 49 | +> |
| 50 | +>/// Multiline dartdoc comment with indented code. |
| 51 | +#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.block.documentation.dart |
| 52 | +>/// |
| 53 | +#^^^ comment.block.documentation.dart |
| 54 | +>/// code1 |
| 55 | +#^^^^^^^^ comment.block.documentation.dart |
| 56 | +# ^^^^^ comment.block.documentation.dart variable.other.source.dart |
| 57 | +>/// code2 |
| 58 | +#^^^^^^^^ comment.block.documentation.dart |
| 59 | +# ^^^^^ comment.block.documentation.dart variable.other.source.dart |
| 60 | +>/// |
| 61 | +#^^^ comment.block.documentation.dart |
| 62 | +>/// code3 |
| 63 | +#^^^^^^^^ comment.block.documentation.dart |
| 64 | +# ^^^^^ comment.block.documentation.dart variable.other.source.dart |
21 | 65 | >///
|
22 | 66 | #^^^ comment.block.documentation.dart
|
23 | 67 | >/// ...
|
24 | 68 | #^^^^^^^ comment.block.documentation.dart
|
25 |
| ->var a; |
| 69 | +>var doc4; |
26 | 70 | #^^^ storage.type.primitive.dart
|
27 |
| -# ^ punctuation.terminator.dart |
| 71 | +# ^ punctuation.terminator.dart |
| 72 | +> |
| 73 | +>/** Block dartdoc comment with triple backticks. |
| 74 | +#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.block.documentation.dart |
| 75 | +> * |
| 76 | +#^^ comment.block.documentation.dart |
| 77 | +> * ``` |
| 78 | +#^^^^^^ comment.block.documentation.dart |
| 79 | +> * code |
| 80 | +#^^^ comment.block.documentation.dart |
| 81 | +# ^^^^ comment.block.documentation.dart variable.other.source.dart |
| 82 | +> * ``` |
| 83 | +#^^^^^^ comment.block.documentation.dart |
| 84 | +> * |
| 85 | +#^^ comment.block.documentation.dart |
| 86 | +> * ... |
| 87 | +#^^^^^^ comment.block.documentation.dart |
| 88 | +> */ |
| 89 | +#^^^ comment.block.documentation.dart |
| 90 | +>var blockDoc1; |
| 91 | +#^^^ storage.type.primitive.dart |
| 92 | +# ^ punctuation.terminator.dart |
| 93 | +> |
| 94 | +>/** Block dartdoc comment with unclosed triple backticks. |
| 95 | +#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.block.documentation.dart |
| 96 | +> * |
| 97 | +#^^ comment.block.documentation.dart |
| 98 | +> * ``` |
| 99 | +#^^^^^^ comment.block.documentation.dart |
| 100 | +> * code |
| 101 | +#^^^ comment.block.documentation.dart |
| 102 | +# ^^^^ comment.block.documentation.dart variable.other.source.dart |
| 103 | +> */ |
| 104 | +#^^^ comment.block.documentation.dart |
| 105 | +>var blockDoc2; |
| 106 | +#^^^ storage.type.primitive.dart |
| 107 | +# ^ punctuation.terminator.dart |
| 108 | +> |
| 109 | +>/** Block dartdoc comment with unclosed backticks. |
| 110 | +#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.block.documentation.dart |
| 111 | +> * |
| 112 | +#^^ comment.block.documentation.dart |
| 113 | +> * `code |
| 114 | +#^^^^^^^^ comment.block.documentation.dart |
| 115 | +> */ |
| 116 | +#^^^ comment.block.documentation.dart |
| 117 | +>var blockDoc3; |
| 118 | +#^^^ storage.type.primitive.dart |
| 119 | +# ^ punctuation.terminator.dart |
| 120 | +> |
| 121 | +>/** Block dartdoc comment with indented code. |
| 122 | +#^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.block.documentation.dart |
| 123 | +> * |
| 124 | +#^^ comment.block.documentation.dart |
| 125 | +> * code1 |
| 126 | +#^^^^^^^ comment.block.documentation.dart |
| 127 | +# ^^^^^ comment.block.documentation.dart variable.other.source.dart |
| 128 | +> * code2 |
| 129 | +#^^^^^^^ comment.block.documentation.dart |
| 130 | +# ^^^^^ comment.block.documentation.dart variable.other.source.dart |
| 131 | +> * |
| 132 | +#^^ comment.block.documentation.dart |
| 133 | +> * code3 |
| 134 | +#^^^^^^^ comment.block.documentation.dart |
| 135 | +# ^^^^^ comment.block.documentation.dart variable.other.source.dart |
| 136 | +> * |
| 137 | +#^^ comment.block.documentation.dart |
| 138 | +> * ... |
| 139 | +#^^^^^^ comment.block.documentation.dart |
| 140 | +> */ |
| 141 | +#^^^ comment.block.documentation.dart |
| 142 | +>var blockDoc4; |
| 143 | +#^^^ storage.type.primitive.dart |
| 144 | +# ^ punctuation.terminator.dart |
28 | 145 | >
|
29 | 146 | >/// ``
|
30 | 147 | #^^^^^^ comment.block.documentation.dart
|
|
123 | 240 | #^^^ storage.type.primitive.dart
|
124 | 241 | # ^ punctuation.terminator.dart
|
125 | 242 | >
|
126 |
| ->class A<dynamic /* comment */ > { |
| 243 | +>class A<T /* comment */ > { |
127 | 244 | #^^^^^ keyword.declaration.dart
|
128 | 245 | # ^ support.class.dart
|
129 | 246 | # ^ other.source.dart
|
130 |
| -# ^^^^^^^ support.class.dart |
131 |
| -# ^^^^^^^^^^^^^ comment.block.dart |
132 |
| -# ^ other.source.dart |
133 |
| -> void b<dynamic /* comment */ >() {} |
| 247 | +# ^ support.class.dart |
| 248 | +# ^^^^^^^^^^^^^ comment.block.dart |
| 249 | +# ^ other.source.dart |
| 250 | +> void b<T /* comment */ >() {} |
134 | 251 | # ^^^^ storage.type.primitive.dart
|
135 | 252 | # ^ keyword.operator.comparison.dart
|
136 |
| -# ^^^^^^^ support.class.dart |
137 |
| -# ^^^^^^^^^^^^^ comment.block.dart |
138 |
| -# ^ keyword.operator.comparison.dart |
139 |
| -> Future<dynamic /* comment */ > c() {} |
| 253 | +# ^ support.class.dart |
| 254 | +# ^^^^^^^^^^^^^ comment.block.dart |
| 255 | +# ^ keyword.operator.comparison.dart |
| 256 | +> Future<T /* comment */ > c() {} |
140 | 257 | # ^^^^^^ support.class.dart
|
141 | 258 | # ^ other.source.dart
|
142 |
| -# ^^^^^^^ support.class.dart |
143 |
| -# ^^^^^^^^^^^^^ comment.block.dart |
144 |
| -# ^ other.source.dart |
145 |
| -# ^ entity.name.function.dart |
| 259 | +# ^ support.class.dart |
| 260 | +# ^^^^^^^^^^^^^ comment.block.dart |
| 261 | +# ^ other.source.dart |
| 262 | +# ^ entity.name.function.dart |
146 | 263 | >}
|
0 commit comments