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

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