28 lines
531 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
{
// Line comment
"//": "//",
/* Block comment */
"/*": "*/"
}
----------------------------------------------------
[
["punctuation", "{"],
["comment", "// Line comment"],
["property", "\"//\""],
["operator", ":"],
["string", "\"//\""],
["punctuation", ","],
["comment", "/* Block comment */"],
["property", "\"/*\""],
["operator", ":"],
["string", "\"*/\""],
["punctuation", "}"]
]
----------------------------------------------------
Checks for single-line and multi-line comments.