mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
17 lines
386 B
Plaintext
17 lines
386 B
Plaintext
|
---input---
|
||
|
<button aria-label="Submit">Submit</button>
|
||
|
|
||
|
---tokens---
|
||
|
'<' Punctuation
|
||
|
'button' Name.Tag
|
||
|
' ' Text.Whitespace
|
||
|
'aria-label' Name.Attribute
|
||
|
'=' Operator
|
||
|
'"Submit"' Literal.String
|
||
|
'>' Punctuation
|
||
|
'Submit' Name.Other
|
||
|
'</' Punctuation
|
||
|
'button' Name.Tag
|
||
|
'>' Punctuation
|
||
|
'\n' Text.Whitespace
|