mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-10 21:26:35 +01:00
8 lines
465 B
JavaScript
Executable File
8 lines
465 B
JavaScript
Executable File
ace.define("ace/snippets/protobuf",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="",t.scope="protobuf"}); (function() {
|
|
ace.require(["ace/snippets/protobuf"], function(m) {
|
|
if (typeof module == "object" && typeof exports == "object" && module) {
|
|
module.exports = m;
|
|
}
|
|
});
|
|
})();
|
|
|