Update code highlighting

This commit is contained in:
Kenox 2022-11-03 19:32:55 +01:00
commit 743d76f124
2 changed files with 2 additions and 1 deletions

View file

@ -272,6 +272,7 @@ haste.prototype.lockDocument = function() {
_this.$textarea.val('').hide(); _this.$textarea.val('').hide();
_this.$box.show().focus(); _this.$box.show().focus();
_this.addLineNumbers(ret.lineCount); _this.addLineNumbers(ret.lineCount);
hljs.highlightAll();
} }
}); });
}; };

File diff suppressed because one or more lines are too long