mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-05 07:42:29 +00:00
11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
---input---
|
|
(; comment with ; semicolon ;)
|
|
|
|
---tokens---
|
|
'(;' Comment.Multiline
|
|
' comment with ' Comment.Multiline
|
|
';' Comment.Multiline
|
|
' semicolon ' Comment.Multiline
|
|
';)' Comment.Multiline
|
|
'\n' Text
|