Comparing version 0.0.3 to 0.0.4
@@ -114,11 +114,5 @@ ace.define('ace/mode/trd_highlight_rules', function (acequire, exports, module) { | ||
var TrdHighLightRules = acequire('./trd_highlight_rules').TrdHighLightRules; | ||
var MatchingBraceOutdent = acequire('./matching_brace_outdent').MatchingBraceOutdent; | ||
var WorkerClient = acequire('../worker/worker_client').WorkerClient; | ||
var CstyleBehaviour = acequire('./behaviour/cstyle').CstyleBehaviour; | ||
var CStyleFoldMode = acequire('./folding/cstyle').FoldMode; | ||
var TrdHighlights = function () { | ||
this.HighlightRules = TrdHighLightRules; | ||
this.$outdent = new MatchingBraceOutdent(); | ||
this.$behaviour = new CstyleBehaviour(); | ||
this.foldingRules = new CStyleFoldMode(); | ||
}; | ||
@@ -125,0 +119,0 @@ oop.inherits(TrdHighlights, TextMode); |
{ | ||
"name": "rc-brace", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "browserify compatible version of the ace editor.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7926657
141613