tartrazine/spec/unsupported_lexers/janet/sqr_tup_lit-simple.txt

13 lines
273 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
[:alice :bob :carol]
---tokens---
'[' Punctuation
':alice' Name.Constant
' ' Text.Whitespace
':bob' Name.Constant
' ' Text.Whitespace
':carol' Name.Constant
']' Punctuation
'\n' Text.Whitespace