Sha256: ac1416f373571020e7eb7269e8af67644dedd8d30746e0d418896c2cdd0e48c1
Contents?: true
Size: 1.11 KB
Versions: 4
Compression:
Stored size: 1.11 KB
Contents
ace.define("ace/mode/properties_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(r,e,m){"use strict";var o=r("../lib/oop");var T=r("./text_highlight_rules").TextHighlightRules;var P=function(){var a=/\\u[0-9a-fA-F]{4}|\\/;this.$rules={"start":[{token:"comment",regex:/[!#].*$/},{token:"keyword",regex:/[=:]$/},{token:"keyword",regex:/[=:]/,next:"value"},{token:"constant.language.escape",regex:a},{defaultToken:"variable"}],"value":[{regex:/\\$/,token:"string",next:"value"},{regex:/$/,token:"string",next:"start"},{token:"constant.language.escape",regex:a},{defaultToken:"string"}]};};o.inherits(P,T);e.PropertiesHighlightRules=P;});ace.define("ace/mode/properties",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/properties_highlight_rules"],function(r,e,m){"use strict";var o=r("../lib/oop");var T=r("./text").Mode;var P=r("./properties_highlight_rules").PropertiesHighlightRules;var M=function(){this.HighlightRules=P;this.$behaviour=this.$defaultBehaviour;};o.inherits(M,T);(function(){this.$id="ace/mode/properties";}).call(M.prototype);e.Mode=M;});
Version data entries
4 entries across 4 versions & 2 rubygems