use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,30 @@
|
||||
Content-type: text/html
|
||||
|
||||
<b></b>
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["header-name", "Content-type:"],
|
||||
" text/html",
|
||||
["text/html", [
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "<"],
|
||||
"b"
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]],
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "</"],
|
||||
"b"
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for HTML content in HTTP.
|
@ -0,0 +1,30 @@
|
||||
Content-type: text/x.anything+something-else+xml
|
||||
|
||||
<foo></foo>
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["header-name", "Content-type:"],
|
||||
" text/x.anything+something-else+xml",
|
||||
["application/xml", [
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "<"],
|
||||
"foo"
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]],
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "</"],
|
||||
"foo"
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for content with XML suffix in HTTP.
|
@ -0,0 +1,30 @@
|
||||
Content-type: application/xml
|
||||
|
||||
<foo></foo>
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["header-name", "Content-type:"],
|
||||
" application/xml",
|
||||
["application/xml", [
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "<"],
|
||||
"foo"
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]],
|
||||
["tag", [
|
||||
["tag", [
|
||||
["punctuation", "</"],
|
||||
"foo"
|
||||
]],
|
||||
["punctuation", ">"]
|
||||
]]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for XML content in HTTP.
|
Reference in New Issue
Block a user