aboutsummaryrefslogtreecommitdiff
path: root/htdocs/js/ace/mode-properties.js
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/js/ace/mode-properties.js')
-rw-r--r--htdocs/js/ace/mode-properties.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/js/ace/mode-properties.js b/htdocs/js/ace/mode-properties.js
new file mode 100644
index 0000000..1f77ca3
--- /dev/null
+++ b/htdocs/js/ace/mode-properties.js
@@ -0,0 +1 @@
+define("ace/mode/properties_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(e,t,n){"use strict";var r=e("../lib/oop"),i=e("./text_highlight_rules").TextHighlightRules,s=function(){var e=/\\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:e},{defaultToken:"variable"}],value:[{regex:/\\$/,token:"string",next:"value"},{regex:/$/,token:"string",next:"start"},{token:"constant.language.escape",regex:e},{defaultToken:"string"}]}};r.inherits(s,i),t.PropertiesHighlightRules=s}),define("ace/mode/properties",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/properties_highlight_rules"],function(e,t,n){"use strict";var r=e("../lib/oop"),i=e("./text").Mode,s=e("./properties_highlight_rules").PropertiesHighlightRules,o=function(){this.HighlightRules=s,this.$behaviour=this.$defaultBehaviour};r.inherits(o,i),function(){this.$id="ace/mode/properties"}.call(o.prototype),t.Mode=o}) \ No newline at end of file