mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
|
---input---
|
||
|
<?php $x="{\""; ?>
|
||
|
|
||
|
---tokens---
|
||
|
'<?php' Comment.Preproc
|
||
|
' ' Text
|
||
|
'$x' Name.Variable
|
||
|
'=' Operator
|
||
|
'"' Literal.String.Double
|
||
|
'{' Literal.String.Double
|
||
|
'\\"' Literal.String.Escape
|
||
|
'"' Literal.String.Double
|
||
|
';' Punctuation
|
||
|
' ' Text
|
||
|
'?>' Comment.Preproc
|
||
|
'\n' Other
|