tartrazine/spec/unsupported_lexers/janet/short_fn_lit-struct.txt

12 lines
232 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
|{:a 1}
---tokens---
'|' Operator
'{' Punctuation
':a' Name.Constant
' ' Text.Whitespace
'1' Literal.Number.Float
'}' Punctuation
'\n' Text.Whitespace