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/haskell/test_promoted_names.txt
2021-12-03 15:40:45 +01:00

10 lines
199 B
Text

---input---
'x ': '[]
---tokens---
"'x" Name
' ' Text.Whitespace
"':" Keyword.Type
' ' Text.Whitespace
"'[]" Keyword.Type
'\n' Text.Whitespace