# HG changeset patch # User Mike Pavone # Date 1365988563 25200 # Node ID c0cf9444cf889c611229d3471f097695fcdc9bf4 # Parent b2a3f202d4851aa49f0ffa4a42410200ce9cf2d8 Add quotes to strings in editor diff -r b2a3f202d485 -r c0cf9444cf88 editor.css --- a/editor.css Sun Apr 14 17:24:53 2013 -0700 +++ b/editor.css Sun Apr 14 18:16:03 2013 -0700 @@ -210,6 +210,11 @@ color: #FF1030; } +.string:before, .string:after +{ + content: '"'; +} + .funpart { color: #108030;