This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/shell/test_end_of_line_nums.txt
2022-12-04 15:52:40 +01:00

15 lines
294 B
Text

---input---
a=1
b=2 # comment
---tokens---
'a' Name.Variable
'=' Operator
'1' Literal.Number
'\n' Text.Whitespace
'b' Name.Variable
'=' Operator
'2' Literal.Number
' ' Text.Whitespace
'# comment\n' Comment.Single