mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 11:36:01 +08:00
update ace editor to latest, fix regression where syntax highlighting was missing
This commit is contained in:
@ -1 +1,5 @@
|
||||
(function(){ace.require(["ace/ext/error_marker"],function(){})})()
|
||||
;
|
||||
(function() {
|
||||
ace.require(["ace/ext/error_marker"], function() {});
|
||||
})();
|
||||
|
Reference in New Issue
Block a user