mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
Add initial ace editor
This commit is contained in:
9
src-noconflict/snippets/protobuf.js
Normal file
9
src-noconflict/snippets/protobuf.js
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
; (function() {
|
||||
ace.require(["ace/snippets/protobuf"], function(m) {
|
||||
if (typeof module == "object" && typeof exports == "object" && module) {
|
||||
module.exports = m;
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user