Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/highlight/handlebars.js')
-rw-r--r--js/highlight/handlebars.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/highlight/handlebars.js b/js/highlight/handlebars.js
index 34b6f9872..0cabd2630 100644
--- a/js/highlight/handlebars.js
+++ b/js/highlight/handlebars.js
@@ -1,2 +1,2 @@
-(window.textWebpackJsonp=window.textWebpackJsonp||[]).push([[74],{527:function(e,n,a){"use strict";function t(e){return e?"string"==typeof e?e:e.source:null}function s(){for(var e=arguments.length,n=new Array(e),a=0;a<e;a++)n[a]=arguments[a];var s=n.map((function(e){return t(e)})).join("");return s}e.exports=function(e){var n={"builtin-name":["action","bindattr","collection","component","concat","debugger","each","each-in","get","hash","if","in","input","link-to","loc","log","lookup","mut","outlet","partial","query-params","render","template","textarea","unbound","unless","view","with","yield"]},a=/\[\]|\[[^\]]+\]/,i=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,r=function(){for(var e=arguments.length,n=new Array(e),a=0;a<e;a++)n[a]=arguments[a];var s="("+n.map((function(e){return t(e)})).join("|")+")";return s}(/""|"[^"]+"/,/''|'[^']+'/,a,i),l=s(s("(",/\.|\.\/|\//,")?"),r,function(e){return s("(",e,")*")}(s(/(\.|\/)/,r))),o=s("(",a,"|",i,")(?==)"),c={begin:l,lexemes:/[\w.\/]+/},m=e.inherit(c,{keywords:{literal:["true","false","undefined","null"]}}),u={begin:/\(/,end:/\)/},d={className:"attr",begin:o,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[e.NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,m,u]}}},g={contains:[e.NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},d,m,u],returnEnd:!0},b=e.inherit(c,{className:"name",keywords:n,starts:e.inherit(g,{end:/\)/})});u.contains=[b];var p=e.inherit(c,{keywords:n,className:"name",starts:e.inherit(g,{end:/\}\}/})}),h=e.inherit(c,{keywords:n,className:"name"}),N=e.inherit(c,{className:"name",keywords:n,starts:e.inherit(g,{end:/\}\}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},e.COMMENT(/\{\{!--/,/--\}\}/),e.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[p],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[h]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[p]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{(?=else if)/,end:/\}\}/,keywords:"else if"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[h]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[N]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[N]}]}}}}]);
-//# sourceMappingURL=handlebars.js.map?v=270ef095b2c0f5b19636 \ No newline at end of file
+(window.textWebpackJsonp=window.textWebpackJsonp||[]).push([[74],{513:function(e,n,t){"use strict";function a(e){return e?"string"==typeof e?e:e.source:null}function s(...e){return e.map(e=>a(e)).join("")}e.exports=function(e){const n={"builtin-name":["action","bindattr","collection","component","concat","debugger","each","each-in","get","hash","if","in","input","link-to","loc","log","lookup","mut","outlet","partial","query-params","render","template","textarea","unbound","unless","view","with","yield"]},t=/\[\]|\[[^\]]+\]/,i=/[^\s!"#%&'()*+,.\/;<=>@\[\\\]^`{|}~]+/,r=function(...e){return"("+e.map(e=>a(e)).join("|")+")"}(/""|"[^"]+"/,/''|'[^']+'/,t,i),l=s(s("(",/\.|\.\/|\//,")?"),r,function(e){return s("(",e,")*")}(s(/(\.|\/)/,r))),o=s("(",t,"|",i,")(?==)"),c={begin:l,lexemes:/[\w.\/]+/},m=e.inherit(c,{keywords:{literal:["true","false","undefined","null"]}}),d={begin:/\(/,end:/\)/},u={className:"attr",begin:o,relevance:0,starts:{begin:/=/,end:/=/,starts:{contains:[e.NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,m,d]}}},b={contains:[e.NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,{begin:/as\s+\|/,keywords:{keyword:"as"},end:/\|/,contains:[{begin:/\w+/}]},u,m,d],returnEnd:!0},g=e.inherit(c,{className:"name",keywords:n,starts:e.inherit(b,{end:/\)/})});d.contains=[g];const p=e.inherit(c,{keywords:n,className:"name",starts:e.inherit(b,{end:/\}\}/})}),N=e.inherit(c,{keywords:n,className:"name"}),h=e.inherit(c,{className:"name",keywords:n,starts:e.inherit(b,{end:/\}\}/})});return{name:"Handlebars",aliases:["hbs","html.hbs","html.handlebars","htmlbars"],case_insensitive:!0,subLanguage:"xml",contains:[{begin:/\\\{\{/,skip:!0},{begin:/\\\\(?=\{\{)/,skip:!0},e.COMMENT(/\{\{!--/,/--\}\}/),e.COMMENT(/\{\{!/,/\}\}/),{className:"template-tag",begin:/\{\{\{\{(?!\/)/,end:/\}\}\}\}/,contains:[p],starts:{end:/\{\{\{\{\//,returnEnd:!0,subLanguage:"xml"}},{className:"template-tag",begin:/\{\{\{\{\//,end:/\}\}\}\}/,contains:[N]},{className:"template-tag",begin:/\{\{#/,end:/\}\}/,contains:[p]},{className:"template-tag",begin:/\{\{(?=else\}\})/,end:/\}\}/,keywords:"else"},{className:"template-tag",begin:/\{\{(?=else if)/,end:/\}\}/,keywords:"else if"},{className:"template-tag",begin:/\{\{\//,end:/\}\}/,contains:[N]},{className:"template-variable",begin:/\{\{\{/,end:/\}\}\}/,contains:[h]},{className:"template-variable",begin:/\{\{/,end:/\}\}/,contains:[h]}]}}}}]);
+//# sourceMappingURL=handlebars.js.map?v=ac86e46991e1b7c14f99 \ No newline at end of file