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/wren/lonely-paren.txt
PureFox48 a47833dc7b
Add support for Wren language (#2271)
Co-authored-by: Jean Abou Samra <jean@abou-samra.fr>
2022-11-29 02:13:37 +01:00

10 lines
212 B
Text

---input---
// This invalid input should terminate.
)
---tokens---
'// This invalid input should terminate.' Comment.Single
'\n' Text.Whitespace
')' Punctuation
'\n' Text.Whitespace