1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-24 11:16:38 +00:00

first crack at BASIC

This commit is contained in:
Steven Hugg
2020-08-04 23:48:29 -05:00
parent 9ab7801fa8
commit 3a4b39b01c
16 changed files with 2182 additions and 17 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ span.CodeMirror-selectedtext { background: none; }
.cm-s-mbo span.cm-property, .cm-s-mbo span.cm-attribute { color: #9ddfe9; }
.cm-s-mbo span.cm-keyword { color: #ffb928; }
.cm-s-mbo span.cm-string { color: #ffcf6c; }
.cm-s-mbo span.cm-string { color: #b4fdb7; }
.cm-s-mbo span.cm-string.cm-property { color: #ffffec; }
.cm-s-mbo span.cm-variable { color: #ffffec; }