use prism-tomorrow.css

This commit is contained in:
CyC2018
2018-12-19 14:09:39 +08:00
parent 0f00bcacaf
commit e9e604e6a7
1747 changed files with 100462 additions and 0 deletions

View File

@ -0,0 +1,27 @@
#!/usr/bin/env rdmd
/++/
/+ foo
bar +/
/+ foo
/+
bar +/
baz +/
// This q{is} a comment
// This /* is a */ comment
----------------------------------------------------
[
["comment", "#!/usr/bin/env rdmd"],
["comment", "/++/"],
["comment", "/+ foo\r\nbar +/"],
["comment", "/+ foo\r\n\t/+\r\n\tbar +/\r\nbaz +/"],
["comment", "// This q{is} a comment"],
["comment", "// This /* is a */ comment"]
]
----------------------------------------------------
Checks for shebang and nestable multi-line comments.
Other comments are tested in clike.