mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
21 lines
536 B
Plaintext
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
|