22 lines
429 B
Plaintext
22 lines
429 B
Plaintext
`/* JS here */`
|
|
`/*
|
|
JS here */`
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["inline-javascript", [
|
|
["delimiter", "`"],
|
|
["comment", "/* JS here */"],
|
|
["delimiter", "`"]
|
|
]],
|
|
["inline-javascript", [
|
|
["delimiter", "`"],
|
|
["comment", "/*\r\nJS here */"],
|
|
["delimiter", "`"]
|
|
]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for inline JavaScript. |