changeset 112:c0cf9444cf88

Add quotes to strings in editor
author Mike Pavone <pavone@retrodev.com>
date Sun, 14 Apr 2013 18:16:03 -0700
parents b2a3f202d485
children c0bfff39abe3
files editor.css
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;