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

14 lines
287 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
'(:a :b :c)
---tokens---
"'" Operator
'(' Punctuation
':a' Name.Constant
' ' Text.Whitespace
':b' Name.Constant
' ' Text.Whitespace
':c' Name.Constant
')' Punctuation
'\n' Text.Whitespace