mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
30 lines
643 B
Plaintext
30 lines
643 B
Plaintext
|
---input---
|
||
|
<style>
|
||
|
.ui-helper-hidden { display: none }
|
||
|
</style>
|
||
|
|
||
|
---tokens---
|
||
|
'<' Punctuation
|
||
|
'style' Name.Tag
|
||
|
'>' Punctuation
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'.' Punctuation
|
||
|
'ui-helper-hidden' Name.Class
|
||
|
' ' Text.Whitespace
|
||
|
'{' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
'display' Keyword
|
||
|
':' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
'none' Keyword.Constant
|
||
|
' ' Text.Whitespace
|
||
|
'}' Punctuation
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'<' Punctuation
|
||
|
'/' Punctuation
|
||
|
'style' Name.Tag
|
||
|
'>' Punctuation
|
||
|
'\n' Text
|