update block and line highlightning

This commit is contained in:
Silver Kuusik
2018-08-18 19:12:05 +02:00
parent 2af99f108b
commit 22adce4b9e
4 changed files with 23 additions and 9 deletions

View File

@@ -2,6 +2,8 @@
var codingEditor = null;
// Where Blockly is converted to Python
var readOnlyCodingEditor = null;
// Range for ace editor line highlighting
var Range = ace.require('ace/range').Range;
window.addEventListener('load', function() {
// Load read only ace editor