neocities/public/js/ace/snippets/logtalk.js
2021-02-08 17:59:39 -07:00

8 lines
No EOL
332 B
JavaScript

; (function() {
ace.require(["ace/snippets/logtalk"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();