1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

basic: fixes for non-line-number mode (24, 62, 81), handle unhandledrejection, MODERN default dialect, DARTMOUTH

This commit is contained in:
Steven Hugg
2020-08-16 12:16:29 -05:00
parent 88fa924507
commit 9cedb1af08
21 changed files with 228 additions and 102 deletions
+6
View File
@@ -22,6 +22,12 @@
.currentpc-marker {
color: #ff66ee;
}
.currentpc-span-blocked {
background-color: #7e2a70;
}
.currentpc-marker-blocked {
color: #ffee33;
}
.tooltipbox {
position: relative;
display: inline-block;