File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -264,10 +264,4 @@ <h3>Comments only support one level of nesting</h3>
264
264
< pre > < code > /+ /+ /+ this does not work +/ +/ +/</ code > </ pre >
265
265
266
266
< h3 > Token strings only support one level of nesting</ h3 >
267
- < pre > < code > q{ q{ q{ this does not work } } }</ code > </ pre >
268
-
269
- < h3 > Token strings inside comments are highlighted</ h3 >
270
- < pre > < code > // This q{is} wrong</ code > </ pre >
271
-
272
- < h3 > Multi-line comment ends single-line comment</ h3 >
273
- < pre > < code > // This /* is a */ comment </ code > </ pre >
267
+ < pre > < code > q{ q{ q{ this does not work } } }</ code > </ pre >
Original file line number Diff line number Diff line change 7
7
/+
8
8
bar +/
9
9
baz +/
10
+ // This q{is} a comment
11
+ // This /* is a */ comment
10
12
11
13
----------------------------------------------------
12
14
13
15
[
14
16
["comment", "#!/usr/bin/env rdmd"],
15
17
["comment", "/++/"],
16
18
["comment", "/+ foo\r\nbar +/"],
17
- ["comment", "/+ foo\r\n\t/+\r\n\tbar +/\r\nbaz +/"]
19
+ ["comment", "/+ foo\r\n\t/+\r\n\tbar +/\r\nbaz +/"],
20
+ ["comment", "// This q{is} a comment"],
21
+ ["comment", "// This /* is a */ comment"]
18
22
]
19
23
20
24
----------------------------------------------------
You can’t perform that action at this time.
0 commit comments