15 lines
312 B
Plaintext
15 lines
312 B
Plaintext
:Foo
|
|
Foo::Bar
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["symbol", ":Foo"],
|
|
["constant", "Foo"],
|
|
["punctuation", ":"], ["punctuation", ":"],
|
|
["constant", "Bar"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Ensures module syntax is not confused with symbols. See #1336 |