mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
15 lines
262 B
Plaintext
15 lines
262 B
Plaintext
|
---input---
|
||
|
(;
|
||
|
nested(;;)comment
|
||
|
;)
|
||
|
|
||
|
---tokens---
|
||
|
'(;' Comment.Multiline
|
||
|
'\nnested' Comment.Multiline
|
||
|
'(;' Comment.Multiline
|
||
|
';)' Comment.Multiline
|
||
|
'comment\n' Comment.Multiline
|
||
|
|
||
|
';)' Comment.Multiline
|
||
|
'\n' Text
|