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

21 lines
536 B
Plaintext

---input---
[:html [:body [:p "surely you must be joking"]]]
---tokens---
'[' Punctuation
':html' Name.Constant
' ' Text.Whitespace
'[' Punctuation
':body' Name.Constant
' ' Text.Whitespace
'[' Punctuation
':p' Name.Constant
' ' Text.Whitespace
'"' Literal.String
'surely you must be joking' Literal.String
'"' Literal.String
']' Punctuation
']' Punctuation
']' Punctuation
'\n' Text.Whitespace