UNPKG

549 BJavaScriptView Raw
1ace.define("ace/snippets/drools",["require","exports","module"],(function(require,exports,module){"use strict";exports.snippetText='\nsnippet rule\n\trule "${1?:rule_name}"\n\twhen\n\t\t${2:// when...} \n\tthen\n\t\t${3:// then...}\n\tend\n\nsnippet query\n\tquery ${1?:query_name}\n\t\t${2:// find} \n\tend\n\t\nsnippet declare\n\tdeclare ${1?:type_name}\n\t\t${2:// attributes} \n\tend\n\n',exports.scope="drools"})),ace.require(["ace/snippets/drools"],(function(m){"object"==typeof module&&"object"==typeof exports&&module&&(module.exports=m)}));
\No newline at end of file