tartrazine/spec/unsupported_lexers/janet/comment-multiple.txt

11 lines
175 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
# first line
# second line
---tokens---
'# first line' Comment.Single
'\n' Text.Whitespace
'# second line' Comment.Single
'\n' Text.Whitespace