mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
---input---
|
|
(;
|
|
comment
|
|
;)
|
|
|
|
---tokens---
|
|
'(;' Comment.Multiline
|
|
'\n comment\n' Comment.Multiline
|
|
|
|
';)' Comment.Multiline
|
|
'\n' Text
|