mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-12 12:51:13 -03: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
|