diff editor.css @ 113:c0bfff39abe3

Basic in and out navigation support added to funcall expressions. Added toHTML methods to listlit and arraylit.
author Mike Pavone <pavone@retrodev.com>
date Sun, 14 Apr 2013 23:09:46 -0700
parents c0cf9444cf88
children 9cf3e0b18ecc
line wrap: on
line diff
--- a/editor.css	Sun Apr 14 18:16:03 2013 -0700
+++ b/editor.css	Sun Apr 14 23:09:46 2013 -0700
@@ -215,6 +215,21 @@
 	content: '"';
 }
 
+.listlit:before
+{
+	content: '[';
+}
+
+.listlit:after, .arraylit:after
+{
+	content: ']';
+}
+
+.arraylit:before
+{
+	content: '#[';
+}
+
 .funpart
 {
 	color: #108030;