mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-12 22:42: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
|