mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
|
---input---
|
||
|
# first line
|
||
|
# second line
|
||
|
|
||
|
---tokens---
|
||
|
'# first line' Comment.Single
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'# second line' Comment.Single
|
||
|
'\n' Text.Whitespace
|