Files
CS-Notes/docs/_style/prism-master/tests/languages/xojo/comment_feature.test

15 lines
293 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
' Foobar
// Foobar
Rem Foobar
----------------------------------------------------
[
["comment", ["' Foobar"]],
["comment", ["// Foobar"]],
["comment", [["keyword", "Rem"], " Foobar"]]
]
----------------------------------------------------
Checks for comments and remarks.