mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
16 lines
350 B
Plaintext
16 lines
350 B
Plaintext
---input---
|
|
<React.Fragment></React.Fragment>
|
|
|
|
---tokens---
|
|
'<' Punctuation
|
|
'React' Name.Tag
|
|
'.' Punctuation
|
|
'Fragment' Name.Attribute
|
|
'>' Punctuation
|
|
'</' Punctuation
|
|
'React' Name.Tag
|
|
'.' Punctuation
|
|
'Fragment' Name.Attribute
|
|
'>' Punctuation
|
|
'\n' Text.Whitespace
|