mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-16 09:05:46 -03:00
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
---input---
|
|
(; comment with ( open paren ;)
|
|
|
|
---tokens---
|
|
'(;' Comment.Multiline
|
|
' comment with ' Comment.Multiline
|
|
'(' Comment.Multiline
|
|
' open paren ' Comment.Multiline
|
|
';)' Comment.Multiline
|
|
'\n' Text
|