tartrazine/spec/unsupported_lexers/janet/quote_lit-tuple.txt

14 lines
287 B
Plaintext

---input---
'(:a :b :c)
---tokens---
"'" Operator
'(' Punctuation
':a' Name.Constant
' ' Text.Whitespace
':b' Name.Constant
' ' Text.Whitespace
':c' Name.Constant
')' Punctuation
'\n' Text.Whitespace