html.js 170 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 ace.define("ace/snippets/html",["require","exports","module"], function(require, exports, module) { "use strict"; exports.snippetText = ""; exports.scope = "html"; });