mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-23 18:01:36 +01:00
Upgrade ACE Editor from 1.4.7 to 1.4.14
This commit is contained in:
@@ -781,6 +781,8 @@ var Mode = function() {
|
||||
oop.inherits(Mode, TextMode);
|
||||
|
||||
(function() {
|
||||
this.lineCommentStart = "//";
|
||||
this.blockComment = {start: "/*", end: "*/"};
|
||||
this.$id = "ace/mode/kotlin";
|
||||
}).call(Mode.prototype);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user