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

13 lines
277 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
@(:hello :there :friend)
---tokens---
'@(' Punctuation
':hello' Name.Constant
' ' Text.Whitespace
':there' Name.Constant
' ' Text.Whitespace
':friend' Name.Constant
')' Punctuation
'\n' Text.Whitespace