mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
24 lines
580 B
Plaintext
24 lines
580 B
Plaintext
---input---
|
|
<div style={{ color: 'red' }} />
|
|
|
|
---tokens---
|
|
'<' Punctuation
|
|
'div' Name.Tag
|
|
' ' Text.Whitespace
|
|
'style' Name.Attribute
|
|
'=' Operator
|
|
'{' Punctuation
|
|
'{' Punctuation
|
|
' ' Text.Whitespace
|
|
'color' Name.Other
|
|
':' Operator
|
|
' ' Text.Whitespace
|
|
"'red'" Literal.String.Single
|
|
' ' Text.Whitespace
|
|
'}' Punctuation
|
|
'}' Punctuation
|
|
' ' Text.Whitespace
|
|
'/' Punctuation
|
|
'>' Punctuation
|
|
'\n' Text.Whitespace
|