use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
#{ 42 }
|
||||
#{ "foobar" }
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["interpolation", [
|
||||
["delimiter", "#{"],
|
||||
["number", "42"],
|
||||
["delimiter", "}"]
|
||||
]],
|
||||
["interpolation", [
|
||||
["delimiter", "#{"],
|
||||
["string", ["\"foobar\""]],
|
||||
["delimiter", "}"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for interpolation in plain text.
|
Reference in New Issue
Block a user